Uses of Class
org.apache.commons.collections4.trie.KeyAnalyzer
Packages that use KeyAnalyzer
- 
Uses of KeyAnalyzer in org.apache.commons.collections4.trieMethods in org.apache.commons.collections4.trie that return KeyAnalyzerModifier and TypeMethodDescriptionprotected KeyAnalyzer<? super K> AbstractBitwiseTrie.getKeyAnalyzer()Gets theKeyAnalyzerthat constructed theTrie.Constructors in org.apache.commons.collections4.trie with parameters of type KeyAnalyzerModifierConstructorDescriptionprotectedAbstractBitwiseTrie(KeyAnalyzer<? super K> keyAnalyzer) Constructs a newTrieusing the givenKeyAnalyzer.protectedAbstractPatriciaTrie(KeyAnalyzer<? super K> keyAnalyzer) Constructs a newTrieusing the givenKeyAnalyzer.protectedAbstractPatriciaTrie(KeyAnalyzer<? super K> keyAnalyzer, Map<? extends K, ? extends V> map) Constructs a newTrieusing the givenKeyAnalyzerand initializes theTriewith the values from the providedMap.
- 
Uses of KeyAnalyzer in org.apache.commons.collections4.trie.analyzerSubclasses of KeyAnalyzer in org.apache.commons.collections4.trie.analyzer