Uses of Class
org.apache.commons.collections4.trie.AbstractBitwiseTrie
-
Uses of AbstractBitwiseTrie in org.apache.commons.collections4.trie
Modifier and TypeClassDescriptionclass
AbstractPatriciaTrie<K,
V> This class implements the base PATRICIA algorithm and everything that is related to theMap
interface.class
PatriciaTrie<V>
Implements a PATRICIA Trie (Practical Algorithm to Retrieve Information Coded in Alphanumeric).