Uses of Class
org.apache.commons.collections4.trie.KeyAnalyzer
-
Uses of KeyAnalyzer in org.apache.commons.collections4.trie
Modifier and TypeMethodDescriptionprotected KeyAnalyzer<? super K>
AbstractBitwiseTrie.getKeyAnalyzer()
Returns theKeyAnalyzer
that constructed theTrie
.ModifierConstructorDescriptionprotected
AbstractBitwiseTrie
(KeyAnalyzer<? super K> keyAnalyzer) Constructs a newTrie
using the givenKeyAnalyzer
.protected
AbstractPatriciaTrie
(KeyAnalyzer<? super K> keyAnalyzer) Constructs a newTrie
using the givenKeyAnalyzer
.protected
AbstractPatriciaTrie
(KeyAnalyzer<? super K> keyAnalyzer, Map<? extends K, ? extends V> map) Constructs a newTrie
using the givenKeyAnalyzer
and initializes theTrie
with the values from the providedMap
. -
Uses of KeyAnalyzer in org.apache.commons.collections4.trie.analyzer