Uses of Interface
org.apache.cassandra.index.sasi.utils.trie.Cursor
-
Packages that use Cursor Package Description org.apache.cassandra.index.sasi.utils.trie -
-
Uses of Cursor in org.apache.cassandra.index.sasi.utils.trie
Methods in org.apache.cassandra.index.sasi.utils.trie with parameters of type Cursor Modifier and Type Method Description java.util.Map.Entry<K,V>
Trie. select(K key, Cursor<? super K,? super V> cursor)
Iterates through theTrie
, starting with the entry whose bitwise value is closest in an XOR metric to the given key.java.util.Map.Entry<K,V>
Trie. traverse(Cursor<? super K,? super V> cursor)
Traverses theTrie
in lexicographical order.
-