| Package | Description |
|---|---|
| org.apache.commons.collections4.queue |
This package contains implementations for the
Queue interface.
|
| Class and 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.
|