Implements the
Queue
interface.
-
Decorates another
Queue
to provide additional behavior.
Decorates another
Queue
to validate that additions
match a specified predicate.
Decorates another
Queue
to synchronize its behavior for a multithreaded environment.
Decorates another
Queue
to transform objects that are added.