Uses of Class
net.datastructures.EmptyQueueException

Uses of EmptyQueueException in net.datastructures
 

Methods in net.datastructures that throw EmptyQueueException
 E Queue.dequeue()
          Removes the element at the front of the queue.
 E NodeQueue.dequeue()
          Removes the element at the front of the queue.
 E Queue.front()
          Inspects the element at the front of the queue.
 E NodeQueue.front()
          Inspects the element at the front of the queue.