Uses of Class
net.datastructures.NonEmptyTreeException

Uses of NonEmptyTreeException in net.datastructures
 

Methods in net.datastructures that throw NonEmptyTreeException
 Position<E> LinkedTree.addRoot(E e)
          Adds a root node to an empty tree
 Position<E> LinkedBinaryTree.addRoot(E e)
          Adds a root node to an empty tree