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