public class UnmodifiableShortIterator
extends java.lang.Object
implements com.gs.collections.api.iterator.MutableShortIterator
| Constructor and Description |
|---|
UnmodifiableShortIterator(com.gs.collections.api.iterator.ShortIterator shortIterator) |
public UnmodifiableShortIterator(com.gs.collections.api.iterator.ShortIterator shortIterator)
public boolean hasNext()
hasNext in interface com.gs.collections.api.iterator.ShortIteratorpublic short next()
next in interface com.gs.collections.api.iterator.ShortIteratorpublic void remove()
remove in interface com.gs.collections.api.iterator.MutableShortIterator