Package | Description |
---|---|
org.apache.commons.collections4.trie |
This package contains implementations of the
Trie interface. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
AbstractPatriciaTrie<K,V>
This class implements the base PATRICIA algorithm and everything that
is related to the
Map interface. |
class |
PatriciaTrie<E>
Implementation of a PATRICIA Trie (Practical Algorithm to Retrieve Information
Coded in Alphanumeric).
|