Uses of Class
edu.umk.mat.merdacz.utils.EmptyQueueException

Packages that use EmptyQueueException
edu.umk.mat.merdacz.utils   
 

Uses of EmptyQueueException in edu.umk.mat.merdacz.utils
 

Methods in edu.umk.mat.merdacz.utils that throw EmptyQueueException
 java.lang.Object Queue.dequeue()
          Removes the element at the top of the queue.
 java.lang.Object Queue.front()
          Inspects the element at the top of the queue without removing it.