public class SortedTree<T> extends Object implements Tree<T>
SortedTree()
SortedTree(Comparator<? super T> comparator)
int
getHeight()
Node<T>
getRoot()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SortedTree()
public SortedTree(Comparator<? super T> comparator)
public Node<T> getRoot()
public int getHeight()