Uses of Class
java.util.EmptyQueueException

Packages that use EmptyQueueException
java.util Utilities 
 

Uses of EmptyQueueException in java.util
 

Methods in java.util that throw EmptyQueueException
 Object Queue.peek()
          fetches an object from the start of the Queue
does not remove it!
 Object Queue.pop()
          fetches an object from the start of the Queue and removes it