| 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 |
AbstractBitwiseTrie.getKeyAnalyzer()
Returns the
KeyAnalyzer that constructed the
Trie.
|
| Constructor and Description | |
|---|---|
AbstractBitwiseTrie(KeyAnalyzer
Constructs a new
Trie using the given
KeyAnalyzer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StringKeyAnalyzer
An
KeyAnalyzer for
Strings.
|