public abstract class LongIterator extends java.lang.Object implements java.util.Iterator<java.lang.Long>
LongIterator()
java.lang.Long
next()
abstract long
nextLong()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasNext
public LongIterator()
public final java.lang.Long next()
next
java.util.Iterator<java.lang.Long>
public abstract long nextLong()
public void remove()
remove