public interface BTreeSearchIterator<K,V> extends IndexedSearchIterator<K,V>, java.util.Iterator<V>
current, hasNext, indexOfCurrent
next
forEachRemaining, hasNext, next, remove
Copyright © 2009-2019 The Apache Software Foundation