public class Trie.Node extends Object
Trie.Node(K key)
void
addChild(K[] key, V value, int index)
Trie.Node
getChild(K key)
V
getChild(K[] key, int index)
K
getKey()
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Trie.Node(K key)
public K getKey()
public V getValue()
public V getChild(K[] key, int index)
public Trie.Node getChild(K key)
public void addChild(K[] key, V value, int index)
Copyright © 2015. All rights reserved.