Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.collections4.queue Classes and Interfaces - 6 results found.
NameDescriptionTypePackageFramework
AbstractQueueDecoratorDecorates another Queue to provide additional behaviour.Classorg.apache.commons.collections4.queueApache Commons
CircularFifoQueueCircularFifoQueue is a first-in first-out queue with a fixed size that replaces its oldest element if full.Classorg.apache.commons.collections4.queueApache Commons
PredicatedQueueDecorates another Queue to validate that additions match a specified predicate.Classorg.apache.commons.collections4.queueApache Commons
QueueUtilsProvides utility methods and decorators for Queue instances.Classorg.apache.commons.collections4Apache Commons
TransformedQueueDecorates another Queue to transform objects that are added.Classorg.apache.commons.collections4.queueApache Commons
UnmodifiableQueueDecorates another Queue to ensure it can't be altered.Classorg.apache.commons.collections4.queueApache Commons