Modifier and Type | Class and Description |
---|---|
class |
PatriciaTrie<K,V>
PATRICIA
Trie |
Modifier and Type | Method and Description |
---|---|
static <K,V> Trie<K,V> |
Tries.synchronizedTrie(Trie<K,V> trie)
Returns a synchronized instance of a
Trie |
static <K,V> Trie<K,V> |
Tries.unmodifiableTrie(Trie<K,V> trie)
Returns an unmodifiable instance of a
Trie |
Modifier and Type | Method and Description |
---|---|
static <K,V> Trie<K,V> |
Tries.synchronizedTrie(Trie<K,V> trie)
Returns a synchronized instance of a
Trie |
static <K,V> Trie<K,V> |
Tries.unmodifiableTrie(Trie<K,V> trie)
Returns an unmodifiable instance of a
Trie |
Copyright © 2005-2009 Roger Kapsi, Sam Berlin. All Rights Reserved.