|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ardverk.collection.Tries
public class Tries
A collection of Trie
utilities
Method Summary | ||
---|---|---|
static
|
synchronizedTrie(Trie<K,V> trie)
Returns a synchronized instance of a Trie |
|
static
|
unmodifiableTrie(Trie<K,V> trie)
Returns an unmodifiable instance of a Trie |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <K,V> Trie<K,V> synchronizedTrie(Trie<K,V> trie)
Trie
Collections.synchronizedMap(Map)
public static <K,V> Trie<K,V> unmodifiableTrie(Trie<K,V> trie)
Trie
Collections.unmodifiableMap(Map)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |