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. |
SynchronizedQueue
Decorates another
Queue to synchronize its behaviour for a multi-threaded environment. |
TransformedQueue
Decorates another
Queue to transform objects that are added. |
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.