public final class TrieKVP<K,V> extends Object
K
key
V
value
TrieKVP(K v1, V v2)
boolean
equals(Object o)
getKey()
getValue()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final K key
public final V value
public TrieKVP(K v1, V v2)
public K getKey()
public V getValue()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString