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