Uses of Interface
org.jboss.util.collection.Queue
-
Packages that use Queue Package Description org.jboss.util.collection Extentions to the Java Collections framework. -
-
Uses of Queue in org.jboss.util.collection
Classes in org.jboss.util.collection that implement Queue Modifier and Type Class Description classAbstractQueue<E>An abstract implementation of a Queue.classListQueue<E>A ListQueue implements a first-in, first-out container using a List as a data structure.
-