protected static class AVLTree.AVLNode<K,V> extends BTNode<Entry<K,V>>
protected int
height
int
getHeight()
void
setHeight(int h)
element, getLeft, getParent, getRight, setElement, setLeft, setParent, setRight
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected int height
public void setHeight(int h)
public int getHeight()