protected static class PersistentLong23TreeSet.IteratorImpl extends java.lang.Object implements LongIterator
EMPTY| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Long |
next() |
long |
nextLong() |
void |
remove() |
public long nextLong()
nextLong in interface LongIteratorpublic boolean hasNext()
hasNext in interface java.util.Iterator<java.lang.Long>public java.lang.Long next()
next in interface java.util.Iterator<java.lang.Long>public void remove()
remove in interface java.util.Iterator<java.lang.Long>