Package org.apache.cassandra.index.sasi.utils.trie
package org.apache.cassandra.index.sasi.utils.trie
-
ClassDescriptionCursor<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.PatriciaTrie<K,V> PATRICIATrieTrie<K,V> Defines the interface for a prefix tree, an ordered tree data structure.A collection ofTrieutilities