public static class ShortIterators.UnmodifiableIterator extends Object implements ShortIterator
| Constructor and Description |
|---|
UnmodifiableIterator(ShortIterator i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
short |
nextShort()
Returns the next element as a primitive type.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, forEachRemaining, next, skippublic UnmodifiableIterator(ShortIterator i)
public short nextShort()
ShortIteratornextShort in interface ShortIteratorIterator.next()