net.datastructures
Class AVLTree.AVLNode
java.lang.Object
net.datastructures.BTNode
net.datastructures.AVLTree.AVLNode
- All Implemented Interfaces:
- BTPosition, Position
- Enclosing class:
- AVLTree
- protected static class AVLTree.AVLNode
- extends BTNode
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()