Package org.apache.cassandra.db.tries
Class TrieEntriesIterator<T,V>
java.lang.Object
org.apache.cassandra.db.tries.TriePathReconstructor
org.apache.cassandra.db.tries.TrieEntriesIterator<T,V>
- All Implemented Interfaces:
Iterator<V>,Trie.ResettingTransitionsReceiver,Trie.TransitionsReceiver
Convertor of trie entries to iterator where each entry is passed through
mapContent(T, byte[], int) (to be implemented by
descendants).-
Field Summary
Fields inherited from class org.apache.cassandra.db.tries.TriePathReconstructor
keyBytes, keyPos -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cassandra.db.tries.TriePathReconstructor
addPathByte, addPathBytes, resetPathLengthMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove