Package org.rutil.collection.trie

Interface Summary
DataSourceCallback<VALUE_TYPE>  
Trie<T>  
 

Class Summary
DataSourceBackedTrie<VALUE_TYPE extends Serializable> A prefix-trie implementation that stores common-prefixes as nodes.
FileDataSourceCallback<VALUE_TYPE extends Serializable>  
InMemoryTrie<VALUE_TYPE> A prefix-trie implementation that stores common-prefixes as nodes.
TrieNode<VALUE_TYPE> A node object that can be used to build a tree of nodes.
 

Exception Summary
KeyNotFoundException