Uses of Package
org.apache.commons.collections4.collection
Packages that use org.apache.commons.collections4.collection
Package
Description
Implementations of the
 
Collection interface.Implements the 
List interface.Implements the
 
MultiSet interface.Implements the 
Queue interface.- 
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.bagClassDescriptionDecorates anotherCollectionto provide additional behavior.Decorates anotherCollectionto validate that additions match a specified predicate.Decorates anotherCollectionto synchronize its behavior for a multithreaded environment.Decorates anotherCollectionto transform objects that are added.
- 
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.bidimapClassDescriptionDecorates anotherCollectionto provide additional behavior.
- 
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.collectionClassDescriptionDecorates anotherCollectionto provide additional behavior.Decorates a collection of other collections to provide a single unified view.Pluggable strategy to handle changes to the composite.An IndexedCollection is a Map-like view onto a Collection.Decorates anotherCollectionto validate that additions match a specified predicate.Builder for creating predicated collections.Decorates anotherCollectionto synchronize its behavior for a multithreaded environment.Decorates anotherCollectionto transform objects that are added.
- 
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.listClassDescriptionDecorates anotherCollectionto provide additional behavior.Decorates anotherCollectionto validate that additions match a specified predicate.Decorates anotherCollectionto transform objects that are added.
- 
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.mapClassDescriptionDecorates anotherCollectionto provide additional behavior.
- 
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.multisetClassDescriptionDecorates anotherCollectionto provide additional behavior.Decorates anotherCollectionto validate that additions match a specified predicate.Decorates anotherCollectionto synchronize its behavior for a multithreaded environment.
- 
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.queueClassDescriptionDecorates anotherCollectionto provide additional behavior.Decorates anotherCollectionto validate that additions match a specified predicate.Decorates anotherCollectionto synchronize its behavior for a multithreaded environment.Decorates anotherCollectionto transform objects that are added.
- 
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.setClassDescriptionDecorates anotherCollectionto provide additional behavior.Decorates anotherCollectionto validate that additions match a specified predicate.Decorates anotherCollectionto transform objects that are added.