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 theQueueinterface. -
Classes in org.apache.commons.collections4.queue used by org.apache.commons.collections4.queue Class Description AbstractQueueDecorator Decorates anotherQueueto provide additional behaviour.PredicatedQueue Decorates anotherQueueto validate that additions match a specified predicate.SynchronizedQueue Decorates anotherQueueto synchronize its behaviour for a multi-threaded environment.TransformedQueue Decorates anotherQueueto transform objects that are added.