Package edu.wisc.ssec.mcidasv.util.trie

Interface Summary
PatriciaTrie.KeyAnalyzer<K> Defines the interface to analyze Trie keys on a bit level.
Trie<K,V> Defines the interface for a prefix tree, an ordered tree data structure.
Trie.Cursor<K,V> An interface used by a Trie.
 

Class Summary
AddeEntryKeyAnalyzer  
CharSequenceKeyAnalyzer Analyzes CharSequence keys with case sensitivity.
PatriciaTrie<K,V> A PATRICIA Trie.
PatriciaTrie.EmptyIterator  
PatriciaTrie.TrieEntry<K,V> The actual Trie nodes.
StringListKeyAnalyzer  
 

Enum Summary
Trie.Cursor.SelectStatus The mode during selection.