public static class ShortIterators.UnmodifiableIterator extends AbstractShortIterator
| Constructor and Description |
|---|
ShortIterators.UnmodifiableIterator(ShortIterator i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Short |
next()
Delegates to the corresponding type-specific method.
|
short |
nextShort()
Delegates to the corresponding generic method.
|
remove, skippublic ShortIterators.UnmodifiableIterator(ShortIterator i)
public boolean hasNext()
public short nextShort()
AbstractShortIteratornextShort in interface ShortIteratornextShort in class AbstractShortIteratorIterator.next()public Short next()
AbstractShortIteratornext in interface Iterator<Short>next in class AbstractShortIterator