Uses of Class
org.jboss.util.collection.EmptyCollectionException
-
Packages that use EmptyCollectionException Package Description org.jboss.util.collection Extentions to the Java Collections framework. -
-
Uses of EmptyCollectionException in org.jboss.util.collection
Methods in org.jboss.util.collection that throw EmptyCollectionException Modifier and Type Method Description E
ListQueue. getBack()
Get the object at the back of the queue.E
Queue. getBack()
Get the object at the back of the queue.E
ListQueue. getFront()
Get the object at the front of the queue.E
Queue. getFront()
Get the object at the front of the queue.E
AbstractQueue. remove()
Remove and return the first object in the queue.E
Queue. remove()
Dequeue an object from the queue.
-