protected static class BinarySearchTree.BSTEntry<K,V> extends java.lang.Object implements Entry<K,V>
protected K
key
protected Position<Entry<K,V>>
pos
protected V
value
K
getKey()
V
getValue()
Position<Entry<K,V>>
position()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected K key
protected V value
protected Position<Entry<K,V>> pos
public K getKey()
Entry
getKey
Entry<K,V>
public V getValue()
getValue
public Position<Entry<K,V>> position()