Interface BTreeSearchIterator<K,V>

All Superinterfaces:
IndexedSearchIterator<K,V>, Iterator<V>, SearchIterator<K,V>
All Known Implementing Classes:
FullBTreeSearchIterator, LeafBTreeSearchIterator

public interface BTreeSearchIterator<K,V> extends IndexedSearchIterator<K,V>, Iterator<V>
  • Method Details

    • rewind

      void rewind()
      Reset this Iterator to its starting position