Queue
interface.See: Description
Class | Description |
---|---|
AbstractQueueDecorator<E> |
Decorates another
Queue to provide additional behaviour. |
CircularFifoQueue<E> |
CircularFifoQueue is a first-in first-out queue with a fixed size that
replaces its oldest element if full.
|
PredicatedQueue<E> |
Decorates another
Queue to validate that additions
match a specified predicate. |
SynchronizedQueue<E> |
Decorates another
Queue to synchronize its behaviour for a multi-threaded environment. |
TransformedQueue<E> |
Decorates another
Queue to transform objects that are added. |
UnmodifiableQueue<E> |
Decorates another
Queue to ensure it can't be altered. |
Queue
interface.
The following implementations are provided in the package:
The following decorators are provided in the package:
Copyright © 2010 - 2020 Adobe. All Rights Reserved