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 theTrieinterface.org.apache.commons.collections4.trie.analyzer This package contains variousKeyAnalyzerimplementations. -
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 theMapinterface.AbstractPatriciaTrie.PrefixRangeMap A submap used for prefix views over theTrie.AbstractPatriciaTrie.RangeEntrySet ASetview of aAbstractPatriciaTrie.RangeMap.AbstractPatriciaTrie.RangeMap A range view of theTrie.AbstractPatriciaTrie.Reference AAbstractPatriciaTrie.Referenceallows us to return something through a Method's argument list.AbstractPatriciaTrie.TrieEntry ATrieis a set ofAbstractPatriciaTrie.TrieEntrynodes.AbstractPatriciaTrie.TrieIterator An iterator for the entries.KeyAnalyzer Defines the interface to analyzeTriekeys 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 analyzeTriekeys on a bit level.