JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Package
org.apache.commons.collections4.queue
Packages that use
org.apache.commons.collections4.queue
Package
Description
org.apache.commons.collections4.queue
Implements the
Queue
interface.
Classes in
org.apache.commons.collections4.queue
used by
org.apache.commons.collections4.queue
Class
Description
AbstractQueueDecorator
Decorates another
Queue
to provide additional behavior.
PredicatedQueue
Decorates another
Queue
to validate that additions match a specified predicate.
SynchronizedQueue
Decorates another
Queue
to synchronize its behavior for a multithreaded environment.
TransformedQueue
Decorates another
Queue
to transform objects that are added.