jdsl.simple.ref
Class AVLItem

java.lang.Object
  |
  +--jdsl.simple.ref.Item
        |
        +--jdsl.simple.ref.AVLItem

public class AVLItem
extends Item


Method Summary
 int height()
           
 int setHeight(int h)
           
 
Methods inherited from class jdsl.simple.ref.Item
element, key, setElement, setKey
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

height

public int height()

setHeight

public int setHeight(int h)