Uses of Package
org.apache.commons.collections4.queue
-
Packages that use org.apache.commons.collections4.queue Package Description org.apache.commons.collections4.queue This package contains implementations for theQueue
interface. -
Classes in org.apache.commons.collections4.queue used by org.apache.commons.collections4.queue Class Description AbstractQueueDecorator Decorates anotherQueue
to provide additional behaviour.PredicatedQueue Decorates anotherQueue
to validate that additions match a specified predicate.SynchronizedQueue Decorates anotherQueue
to synchronize its behaviour for a multi-threaded environment.TransformedQueue Decorates anotherQueue
to transform objects that are added.