Package org.apache.cassandra.utils.btree
Interface BTreeSearchIterator<K,V>
-
- All Superinterfaces:
IndexedSearchIterator<K,V>
,java.util.Iterator<V>
,SearchIterator<K,V>
- All Known Implementing Classes:
FullBTreeSearchIterator
,LeafBTreeSearchIterator
public interface BTreeSearchIterator<K,V> extends IndexedSearchIterator<K,V>, java.util.Iterator<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
rewind()
Reset this Iterator to its starting position-
Methods inherited from interface org.apache.cassandra.utils.IndexedSearchIterator
current, hasNext, indexOfCurrent
-
Methods inherited from interface org.apache.cassandra.utils.SearchIterator
next
-
-