|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Trie
interface.
See:
Description
Class Summary | |
---|---|
AbstractBitwiseTrie<K,V> | This class provides some basic Trie functionality and
utility methods for actual bitwise Trie implementations. |
KeyAnalyzer<K> | Defines the interface to analyze Trie keys on a bit level. |
PatriciaTrie<E> | Implementation of a PATRICIA Trie (Practical Algorithm to Retrieve Information Coded in Alphanumeric). |
UnmodifiableTrie<K,V> | An unmodifiable Trie . |
This package contains implementations of the
Trie
interface.
The implementations are in the form of direct implementations and decorators. A decorator wraps another implementation of the interface to add some specific additional functionality.
The following implementations are provided in the package:
The following decorators are provided:
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |