| Interface | Description |
|---|---|
| PatriciaTrie.KeyMapper<K> |
Generic interface to map a key to bits
|
| Class | Description |
|---|---|
| DoubleArrayTrie | |
| DoubleArrayTrieTest | |
| NodeTest | |
| PatriciaTrie<V> |
Convenient and compact structure for storing key-value pairs and quickly
looking them up, including doing prefix searches
|
| PatriciaTrie.PatriciaNode<V> |
Nodes used in a
PatriciaTrie containing a String key and associated value data |
| PatriciaTrie.StringKeyMapper |
A
PatriciaTrie.KeyMapper mapping Strings to bits |
| PatriciaTrieFormatter<V> |
Utility class to format a
PatriciaTrie to dot format for debugging, inspection, etc. |
| PatriciaTrieTest | |
| Trie |
Simple Trie used to build the DoubleArrayTrie
|
| TrieTest |