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