public interface ShortIterator extends Cloneable
Modifier and Type | Method and Description |
---|---|
ShortIterator |
clone()
Creates a copy of the iterator.
|
boolean |
hasNext() |
short |
next() |
int |
nextAsInt() |
void |
remove()
If possible, remove the current value
|
boolean hasNext()
short next()
int nextAsInt()
ShortIterator clone()
void remove()
Copyright © 2015. All Rights Reserved.