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, indexOfCurrent
next
Copyright © 2009-2021 The Apache Software Foundation