Uses of Class
org.apache.commons.collections4.trie.KeyAnalyzer
Packages that use KeyAnalyzer
Package
Description
This package contains implementations of the
Trie interface.This package contains various
KeyAnalyzer implementations.-
Uses of KeyAnalyzer in org.apache.commons.collections4.trie
Methods in org.apache.commons.collections4.trie that return KeyAnalyzerModifier and TypeMethodDescriptionprotected KeyAnalyzer<? super K>AbstractBitwiseTrie.getKeyAnalyzer()Returns theKeyAnalyzerthat constructed theTrie.Constructors in org.apache.commons.collections4.trie with parameters of type KeyAnalyzerModifierConstructorDescriptionprotectedAbstractBitwiseTrie(KeyAnalyzer<? super K> keyAnalyzer) Constructs a newTrieusing the givenKeyAnalyzer. -
Uses of KeyAnalyzer in org.apache.commons.collections4.trie.analyzer
Subclasses of KeyAnalyzer in org.apache.commons.collections4.trie.analyzer