Package org.apache.cassandra.index.sasi.utils.trie
-
Interface Summary Interface Description Cursor<K,V> ACursorcan be used to traverse aTrie, visit each node step by step and makeCursor.Decisions on each step how to continue with traversing theTrie.KeyAnalyzer<K> TheKeyAnalyzerprovides bit-level access to keys for thePatriciaTrie.Trie<K,V> Defines the interface for a prefix tree, an ordered tree data structure. -
Class Summary Class Description PatriciaTrie<K,V> PATRICIATrieTries A collection ofTrieutilities -
Enum Summary Enum Description Cursor.Decision