Class SortedTree<T>

  • All Implemented Interfaces:
    Tree<T>


    public class SortedTree<T>
    extends Object
    implements Tree<T>
    • Constructor Detail

      • SortedTree

        public SortedTree()
      • SortedTree

        public SortedTree(Comparator<? super T> comparator)
    • Method Detail

      • getRoot

        public Node<T> getRoot()
      • getHeight

        public int getHeight()