| Package | Description | 
|---|---|
| org.apache.cassandra.index.sasi.utils.trie | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Map.Entry<K,V> | Trie. select(K key,
      Cursor<? super K,? super V> cursor)Iterates through the  Trie, 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 the  Triein lexicographical order. | 
Copyright © 2018 The Apache Software Foundation