|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyAnalyzer | |
---|---|
org.apache.commons.collections4.trie | This package contains implementations of the
Trie interface. |
org.apache.commons.collections4.trie.analyzer | This package contains various KeyAnalyzer implementations. |
Uses of KeyAnalyzer in org.apache.commons.collections4.trie |
---|
Methods in org.apache.commons.collections4.trie that return KeyAnalyzer | |
---|---|
protected KeyAnalyzer<? super K> |
AbstractBitwiseTrie.getKeyAnalyzer()
Returns the KeyAnalyzer that constructed the Trie . |
Constructors in org.apache.commons.collections4.trie with parameters of type KeyAnalyzer | |
---|---|
AbstractBitwiseTrie(KeyAnalyzer<? super K> keyAnalyzer)
Constructs a new Trie using the given KeyAnalyzer . |
Uses of KeyAnalyzer in org.apache.commons.collections4.trie.analyzer |
---|
Subclasses of KeyAnalyzer in org.apache.commons.collections4.trie.analyzer | |
---|---|
class |
StringKeyAnalyzer
An KeyAnalyzer for String s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |