public interface IndexedSearchIterator<K,V> extends SearchIterator<K,V>
Modifier and Type | Method and Description |
---|---|
V |
current() |
int |
indexOfCurrent() |
hasNext, next
V current()
java.util.NoSuchElementException
- if next() returned nullint indexOfCurrent()
java.util.NoSuchElementException
- if next() returned nullCopyright © 2015 The Apache Software Foundation