Uses of Class
net.datastructures.EmptyListException

Uses of EmptyListException in net.datastructures
 

Methods in net.datastructures that throw EmptyListException
 Position<E> NodePositionList.first()
          Returns the first position in the list; O(1) time
 Position<E> NodePositionList.last()
          Returns the last position in the list; O(1) time