Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
protected KeyAnalyzer<? super K> |
AbstractBitwiseTrie.getKeyAnalyzer()
Returns the
KeyAnalyzer that constructed the Trie . |
Constructor and Description |
---|
AbstractBitwiseTrie(KeyAnalyzer<? super K> keyAnalyzer)
Constructs a new
Trie using the given KeyAnalyzer . |
Modifier and Type | Class and Description |
---|---|
class |
StringKeyAnalyzer
An
KeyAnalyzer for String s. |
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.