Uses of Class
net.datastructures.EmptyTreeException

Uses of EmptyTreeException in net.datastructures
 

Methods in net.datastructures that throw EmptyTreeException
 E ArrayListCompleteBinaryTree.remove()
          Removes and returns the element at the last node.
 Position<E> Tree.root()
          Returns the root of the tree.
 Position<E> LinkedTree.root()
          Returns the root of the tree.
 Position<E> LinkedBinaryTree.root()
          Returns the root of the tree.
 Position<E> ArrayListCompleteBinaryTree.root()
          Returns the root of the tree.