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