Uses of Class
org.jboss.util.collection.EmptyCollectionException

Packages that use EmptyCollectionException
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
 Object Queue.remove()
          Dequeue an object from the queue.
 Object Queue.getFront()
          Get the object at the front of the queue.
 Object Queue.getBack()
          Get the object at the back of the queue.
 Object ListQueue.getFront()
          Get the object at the front of the queue.
 Object ListQueue.getBack()
          Get the object at the back of the queue.
 Object AbstractQueue.remove()
          Remove and return the first object in the queue.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.