|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Trie | |
---|---|
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. |
Uses of Trie in org.apache.commons.collections4 |
---|
Methods in org.apache.commons.collections4 that return Trie | ||
---|---|---|
static
|
TrieUtils.unmodifiableTrie(Trie<K,V> trie)
Returns an unmodifiable instance of a Trie |
Methods in org.apache.commons.collections4 with parameters of type Trie | ||
---|---|---|
static
|
TrieUtils.unmodifiableTrie(Trie<K,V> trie)
Returns an unmodifiable instance of a Trie |
Uses of Trie in org.apache.commons.collections4.trie |
---|
Classes in org.apache.commons.collections4.trie that implement Trie | |
---|---|
class |
AbstractBitwiseTrie<K,V>
This class provides some basic Trie functionality and
utility methods for actual bitwise Trie implementations. |
class |
PatriciaTrie<E>
Implementation of a PATRICIA Trie (Practical Algorithm to Retrieve Information Coded in Alphanumeric). |
class |
UnmodifiableTrie<K,V>
An unmodifiable Trie . |
Methods in org.apache.commons.collections4.trie with parameters of type Trie | ||
---|---|---|
static
|
UnmodifiableTrie.unmodifiableTrie(Trie<K,V> trie)
Factory method to create a unmodifiable trie. |
Constructors in org.apache.commons.collections4.trie with parameters of type Trie | |
---|---|
UnmodifiableTrie(Trie<K,V> trie)
Constructor that wraps (not copies). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |