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
This package contains implementations for 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 behaviour.
PredicatedQueue
Decorates another
Queue
to validate that additions match a specified predicate.
TransformedQueue
Decorates another
Queue
to transform objects that are added.