Package | Description |
---|---|
org.apache.commons.collections4.trie |
This package contains implementations of the
Trie interface. |
Modifier and Type | Method and Description |
---|---|
static <K,V> UnmodifiableTrie<K,V> |
UnmodifiableTrie.unmodifiableTrie(Trie<K,V> trie)
Factory method to create a unmodifiable trie.
|
Copyright © 2001-2013. All Rights Reserved.