MutableShortIterator, ShortIteratorpublic class UnmodifiableShortIterator extends java.lang.Object implements MutableShortIterator
| Constructor | Description |
|---|---|
UnmodifiableShortIterator(ShortIterator shortIterator) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
short |
next() |
|
void |
remove() |
public UnmodifiableShortIterator(ShortIterator shortIterator)
public boolean hasNext()
hasNext in interface ShortIteratorpublic short next()
next in interface ShortIteratorpublic void remove()
remove in interface MutableShortIteratorCopyright © 2004–2018. All rights reserved.