站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

Uses of Class org.jboss.util.collection.EmptyCollectionException (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


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.