public final class LongHashSet.LongIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.Long>, java.io.Serializable
| Constructor and Description |
|---|
LongIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Long |
next() |
long |
nextValue()
Strongly typed alternative of
Iterator.next() to avoid boxing. |
int |
remaining() |
void |
remove() |
public boolean hasNext()
hasNext in interface java.util.Iterator<java.lang.Long>public int remaining()
public java.lang.Long next()
next in interface java.util.Iterator<java.lang.Long>public long nextValue()
Iterator.next() to avoid boxing.public void remove()
remove in interface java.util.Iterator<java.lang.Long>Copyright © 2014-2019 Real Logic Ltd. All Rights Reserved.