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