| Name | Description | Type | Package | Framework |
| AbstractQueueDecorator | Decorates another Queue to provide additional behaviour. | Class | org.apache.commons.collections4.queue | Apache Commons |
| CircularFifoQueue | CircularFifoQueue is a first-in first-out queue with a fixed size that replaces its oldest element if full. | Class | org.apache.commons.collections4.queue | Apache Commons |
| PredicatedQueue | Decorates another Queue to validate that additions match a specified predicate. | Class | org.apache.commons.collections4.queue | Apache Commons |
| QueueUtils | Provides utility methods and decorators for Queue instances. | Class | org.apache.commons.collections4 | Apache Commons |
| TransformedQueue | Decorates another Queue to transform objects that are added. | Class | org.apache.commons.collections4.queue | Apache Commons |
| UnmodifiableQueue | Decorates another Queue to ensure it can't be altered. | Class | org.apache.commons.collections4.queue | Apache Commons |