| Package | Description |
|---|---|
| org.apache.commons.collections4.queue |
This package contains implementations for the
Queue interface. |
| 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. |
Copyright © 2001-2019 - Apache Software Foundation