Package org.apache.cassandra.utils.btree
Interface BTreeSearchIterator<K,V>
- All Superinterfaces:
IndexedSearchIterator<K,,V> Iterator<V>,SearchIterator<K,V>
- All Known Implementing Classes:
FullBTreeSearchIterator,LeafBTreeSearchIterator
-
Method Summary
Methods inherited from interface org.apache.cassandra.utils.IndexedSearchIterator
current, hasNext, indexOfCurrentMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, removeMethods inherited from interface org.apache.cassandra.utils.SearchIterator
next
-
Method Details
-
rewind
void rewind()Reset this Iterator to its starting position
-