|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Trie in org.ardverk.collection |
---|
Classes in org.ardverk.collection that implement Trie | |
---|---|
class |
PatriciaTrie<K,V>
PATRICIA Trie |
Methods in org.ardverk.collection that return Trie | ||
---|---|---|
static
|
Tries.synchronizedTrie(Trie<K,V> trie)
Returns a synchronized instance of a Trie |
|
static
|
Tries.unmodifiableTrie(Trie<K,V> trie)
Returns an unmodifiable instance of a Trie |
Methods in org.ardverk.collection with parameters of type Trie | ||
---|---|---|
static
|
Tries.synchronizedTrie(Trie<K,V> trie)
Returns a synchronized instance of a Trie |
|
static
|
Tries.unmodifiableTrie(Trie<K,V> trie)
Returns an unmodifiable instance of a Trie |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |