public static class Trie.Functor<K extends Comparable<? super K>> extends Object
Functor()
protected <V,W> Trie.Node<K,W>
map(Function<? super V,? extends W> fun, Trie.Node<K,V> x)
<V,W> Trie<K,W>
map(Function<? super V,? extends W> fun, Trie<K,V> x)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Functor()
public <V,W> Trie<K,W> map(Function<? super V,? extends W> fun, Trie<K,V> x)
protected <V,W> Trie.Node<K,W> map(Function<? super V,? extends W> fun, Trie.Node<K,V> x)
see also the complete user documentation .