public interface ShortObjectIterator<V>
Modifier and Type | Method and Description |
---|---|
void |
advance() |
boolean |
hasNext() |
short |
key() |
void |
remove() |
V |
value() |
boolean hasNext()
void advance()
void remove()
short key()
V value()
Copyright © GigaSpaces.