Uses of Package
org.apache.commons.collections4.collection
-
Packages that use org.apache.commons.collections4.collection Package Description org.apache.commons.collections4.bag org.apache.commons.collections4.bidimap org.apache.commons.collections4.collection This package contains implementations of theCollection
interface.org.apache.commons.collections4.list This package contains implementations of theList
interface.org.apache.commons.collections4.map org.apache.commons.collections4.multiset This package contains implementations of theMultiSet
interface.org.apache.commons.collections4.queue This package contains implementations for theQueue
interface.org.apache.commons.collections4.set -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.bag Class Description AbstractCollectionDecorator Decorates anotherCollection
to provide additional behaviour.PredicatedCollection Decorates anotherCollection
to validate that additions match a specified predicate.SynchronizedCollection Decorates anotherCollection
to synchronize its behaviour for a multi-threaded environment.TransformedCollection Decorates anotherCollection
to transform objects that are added. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.bidimap Class Description AbstractCollectionDecorator Decorates anotherCollection
to provide additional behaviour. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.collection Class Description AbstractCollectionDecorator Decorates anotherCollection
to provide additional behaviour.CompositeCollection Decorates a collection of other collections to provide a single unified view.CompositeCollection.CollectionMutator Pluggable strategy to handle changes to the composite.IndexedCollection An IndexedCollection is a Map-like view onto a Collection.PredicatedCollection Decorates anotherCollection
to validate that additions match a specified predicate.PredicatedCollection.Builder Builder for creating predicated collections.SynchronizedCollection Decorates anotherCollection
to synchronize its behaviour for a multi-threaded environment.TransformedCollection Decorates anotherCollection
to transform objects that are added. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.list Class Description AbstractCollectionDecorator Decorates anotherCollection
to provide additional behaviour.PredicatedCollection Decorates anotherCollection
to validate that additions match a specified predicate.TransformedCollection Decorates anotherCollection
to transform objects that are added. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.map Class Description AbstractCollectionDecorator Decorates anotherCollection
to provide additional behaviour. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.multiset Class Description AbstractCollectionDecorator Decorates anotherCollection
to provide additional behaviour.PredicatedCollection Decorates anotherCollection
to validate that additions match a specified predicate.SynchronizedCollection Decorates anotherCollection
to synchronize its behaviour for a multi-threaded environment. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.queue Class Description AbstractCollectionDecorator Decorates anotherCollection
to provide additional behaviour.PredicatedCollection Decorates anotherCollection
to validate that additions match a specified predicate.SynchronizedCollection Decorates anotherCollection
to synchronize its behaviour for a multi-threaded environment.TransformedCollection Decorates anotherCollection
to transform objects that are added. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.set Class Description AbstractCollectionDecorator Decorates anotherCollection
to provide additional behaviour.PredicatedCollection Decorates anotherCollection
to validate that additions match a specified predicate.TransformedCollection Decorates anotherCollection
to transform objects that are added.