Uses of Package
org.apache.commons.collections4.trie
-
Packages that use org.apache.commons.collections4.trie Package Description org.apache.commons.collections4.trie This package contains implementations of theTrie
interface.org.apache.commons.collections4.trie.analyzer This package contains variousKeyAnalyzer
implementations. -
Classes in org.apache.commons.collections4.trie used by org.apache.commons.collections4.trie Class Description AbstractBitwiseTrie AbstractBitwiseTrie.BasicEntry A basic implementation ofMap.Entry
.AbstractPatriciaTrie This class implements the base PATRICIA algorithm and everything that is related to theMap
interface.AbstractPatriciaTrie.PrefixRangeMap A submap used for prefix views over theTrie
.AbstractPatriciaTrie.RangeEntrySet ASet
view of aAbstractPatriciaTrie.RangeMap
.AbstractPatriciaTrie.RangeMap A range view of theTrie
.AbstractPatriciaTrie.Reference AAbstractPatriciaTrie.Reference
allows us to return something through a Method's argument list.AbstractPatriciaTrie.TrieEntry ATrie
is a set ofAbstractPatriciaTrie.TrieEntry
nodes.AbstractPatriciaTrie.TrieIterator An iterator for the entries.KeyAnalyzer Defines the interface to analyzeTrie
keys on a bit level. -
Classes in org.apache.commons.collections4.trie used by org.apache.commons.collections4.trie.analyzer Class Description KeyAnalyzer Defines the interface to analyzeTrie
keys on a bit level.