|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Queue
interface.
See:
Description
Class Summary | |
---|---|
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. |
TransformedQueue<E> | Decorates another Queue to transform objects that are added. |
UnmodifiableQueue<E> | Decorates another Queue to ensure it can't be altered. |
This package contains implementations for the Queue
interface.
The following implementations are provided in the package:
The following decorators are provided in the package:
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |