Interface | Description |
---|---|
TrieConstructor<TrieInfo> |
Interface that allows to fill a trie with entries.
|
TrieIterator<TrieInfo> | |
TrieReader<TrieInfo> |
Reading interface for tries.
|
TrieReader.TriePointer<TrieInfo> |
Trie pointers represent pointer to trie nodes
that allow to navigate downward through a trie.
|
Class | Description |
---|---|
HashedTrie<TrieInfo> |
Trie implemenation that supports the interfaces of TrieReader
and TrieConstructor.
|