public interface BTreeSearchIterator<K,V> extends IndexedSearchIterator<K,V>, java.util.Iterator<V>
| Modifier and Type | Method and Description |
|---|---|
void |
rewind()
Reset this Iterator to its starting position
|
current, hasNext, indexOfCurrentnextCopyright © 2009-2022 The Apache Software Foundation