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