public static final class LongSet.LongIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.Long>
| Constructor and Description |
|---|
LongIterator(long[][] keys) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Long |
next()
Deprecated.
|
long |
nextLong() |
void |
remove() |
public boolean hasNext()
hasNext in interface java.util.Iterator<java.lang.Long>@Deprecated public java.lang.Long next()
next in interface java.util.Iterator<java.lang.Long>public long nextLong()
public void remove()
remove in interface java.util.Iterator<java.lang.Long>