JBoss Common Classes 2.2.17.GA

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
 E Queue.getBack()
          Get the object at the back of the queue.
 E ListQueue.getBack()
          Get the object at the back of the queue.
 E Queue.getFront()
          Get the object at the front of the queue.
 E ListQueue.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.
 


JBoss Common Classes 2.2.17.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.