Package | Description |
---|---|
org.jboss.util.collection |
Extentions to the Java Collections framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueue<E>
An abstract implementation of a Queue.
|
class |
ListQueue<E>
A ListQueue implements a first-in, first-out container using a List as
a data structure.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.