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