| Package | Description |
|---|---|
| org.apache.commons.collections4 |
This package contains the interfaces and utilities shared across all the subpackages of this component.
|
| org.apache.commons.collections4.trie |
This package contains implementations of the
Trie interface.
|
| Modifier and Type | Method and Description |
|---|---|
static <K |
TrieUtils.unmodifiableTrie(Trie
Returns an unmodifiable instance of a
Trie
|
| Modifier and Type | Method and Description |
|---|---|
static <K |
TrieUtils.unmodifiableTrie(Trie
Returns an unmodifiable instance of a
Trie
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBitwiseTrie<K
|
class |
PatriciaTrie<E>
Implementation of a PATRICIA Trie (Practical Algorithm to Retrieve Information Coded in Alphanumeric).
|
class |
UnmodifiableTrie<K
An unmodifiable
Trie.
|
| Modifier and Type | Method and Description |
|---|---|
static <K |
UnmodifiableTrie.unmodifiableTrie(Trie
Factory method to create a unmodifiable trie.
|
| Modifier and Type | Method and Description |
|---|---|
static <K |
UnmodifiableTrie.unmodifiableTrie(Trie
Factory method to create a unmodifiable trie.
|
| Constructor and Description | |
|---|---|
UnmodifiableTrie(Trie
Constructor that wraps (not copies).
|