| Package | Description |
|---|---|
| org.apache.commons.collections4.trie |
This package contains implementations of the
Trie interface. |
| org.apache.commons.collections4.trie.analyzer |
This package contains various
KeyAnalyzer implementations. |
| Class and Description |
|---|
| AbstractBitwiseTrie |
| AbstractBitwiseTrie.BasicEntry
A basic implementation of
Map.Entry. |
| AbstractPatriciaTrie
This class implements the base PATRICIA algorithm and everything that
is related to the
Map interface. |
| AbstractPatriciaTrie.PrefixRangeMap
A submap used for prefix views over the
Trie. |
| AbstractPatriciaTrie.RangeEntrySet
A
Set view of a AbstractPatriciaTrie.RangeMap. |
| AbstractPatriciaTrie.RangeMap
A range view of the
Trie. |
| AbstractPatriciaTrie.Reference
A
AbstractPatriciaTrie.Reference allows us to return something through a Method's
argument list. |
| AbstractPatriciaTrie.TrieEntry
A
Trie is a set of AbstractPatriciaTrie.TrieEntry nodes. |
| AbstractPatriciaTrie.TrieIterator
An iterator for the entries.
|
| KeyAnalyzer
Defines the interface to analyze
Trie keys on a bit level. |
| Class and Description |
|---|
| KeyAnalyzer
Defines the interface to analyze
Trie keys on a bit level. |