|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unimi.dsi.fastutil.longs.AbstractLongIterator
it.unimi.dsi.fastutil.longs.LongIterators.UnmodifiableIterator
public static class LongIterators.UnmodifiableIterator
An unmodifiable wrapper class for iterators.
Constructor Summary | |
---|---|
LongIterators.UnmodifiableIterator(LongIterator i)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
java.lang.Long |
next()
Delegates to the corresponding type-specific method. |
long |
nextLong()
Delegates to the corresponding generic method. |
Methods inherited from class it.unimi.dsi.fastutil.longs.AbstractLongIterator |
---|
remove, skip |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LongIterators.UnmodifiableIterator(LongIterator i)
Method Detail |
---|
public boolean hasNext()
public long nextLong()
AbstractLongIterator
nextLong
in interface LongIterator
nextLong
in class AbstractLongIterator
Iterator.next()
public java.lang.Long next()
AbstractLongIterator
next
in interface java.util.Iterator<java.lang.Long>
next
in class AbstractLongIterator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |