net.datastructures
Class AVLTree.AVLNode<K,V>
java.lang.Object
net.datastructures.BTNode<Entry<K,V>>
net.datastructures.AVLTree.AVLNode<K,V>
- All Implemented Interfaces:
- BTPosition<Entry<K,V>>, Position<Entry<K,V>>
- Enclosing class:
- AVLTree<K,V>
protected static class AVLTree.AVLNode<K,V>
- extends BTNode<Entry<K,V>>
Nested class for the nodes of an AVL tree.
Field Summary |
protected int |
height
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
height
protected int height
setHeight
public void setHeight(int h)
getHeight
public int getHeight()