JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
ca.phon.util.EmptyQueueException
Packages that use
EmptyQueueException
Package
Description
ca.phon.util
Uses of
EmptyQueueException
in
ca.phon.util
Methods in
ca.phon.util
that throw
EmptyQueueException
Modifier and Type
Method
Description
E
Queue.
dequeue
()
De-queues an object.
E
Queue.
peek
()
Peeks at the next object in the queue, without removing it.