Uses of Package
org.apache.commons.collections.collection
-
Packages that use org.apache.commons.collections.collection Package Description org.apache.commons.collections.bag org.apache.commons.collections.bidimap org.apache.commons.collections.buffer This package contains implementations of theBuffer
interface.org.apache.commons.collections.collection This package contains implementations of theCollection
interface.org.apache.commons.collections.list This package contains implementations of theList
interface.org.apache.commons.collections.map org.apache.commons.collections.set -
Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.bag Class Description AbstractCollectionDecorator Decorates anotherCollection
to provide additional behaviour.AbstractSerializableCollectionDecorator Serializable subclass of AbstractCollectionDecorator.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.collections.collection used by org.apache.commons.collections.bidimap Class Description AbstractCollectionDecorator Decorates anotherCollection
to provide additional behaviour. -
Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.buffer Class Description AbstractCollectionDecorator Decorates anotherCollection
to provide additional behaviour.AbstractSerializableCollectionDecorator Serializable subclass of AbstractCollectionDecorator.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.collections.collection used by org.apache.commons.collections.collection Class Description AbstractCollectionDecorator Decorates anotherCollection
to provide additional behaviour.AbstractSerializableCollectionDecorator Serializable subclass of AbstractCollectionDecorator.CompositeCollection Decorates a collection of other collections to provide a single unified view.CompositeCollection.CollectionMutator Pluggable strategy to handle changes to the composite. -
Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.list Class Description AbstractCollectionDecorator Decorates anotherCollection
to provide additional behaviour.AbstractSerializableCollectionDecorator Serializable subclass of AbstractCollectionDecorator.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.collections.collection used by org.apache.commons.collections.map Class Description AbstractCollectionDecorator Decorates anotherCollection
to provide additional behaviour. -
Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.set Class Description AbstractCollectionDecorator Decorates anotherCollection
to provide additional behaviour.AbstractSerializableCollectionDecorator Serializable subclass of AbstractCollectionDecorator.CompositeCollection Decorates a collection of other collections to provide a single unified view.CompositeCollection.CollectionMutator Pluggable strategy to handle changes to the composite.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.