Uses of Class
org.apache.commons.collections4.trie.UnmodifiableTrie

Packages that use UnmodifiableTrie
org.apache.commons.collections4.trie This package contains implementations of the Trie interface. 
 

Uses of UnmodifiableTrie in org.apache.commons.collections4.trie
 

Methods in org.apache.commons.collections4.trie that return UnmodifiableTrie
static
<K,V> UnmodifiableTrie<K,V>
UnmodifiableTrie.unmodifiableTrie(Trie<K,V> trie)
          Factory method to create a unmodifiable trie.
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.