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