Uses of Package
org.apache.commons.collections.collection
Packages that use org.apache.commons.collections.collection
Package
Description
This package contains implementations of the
Buffer
interface.
This package contains implementations of the
Collection
interface.
This package contains implementations of the
List
interface.-
Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.bagClassDescriptionDecorates another
Collection
to provide additional behaviour.Serializable subclass of AbstractCollectionDecorator.Decorates anotherCollection
to validate that additions match a specified predicate.Decorates anotherCollection
to synchronize its behaviour for a multi-threaded environment.Decorates anotherCollection
to transform objects that are added. -
Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.bidimapClassDescriptionDecorates another
Collection
to provide additional behaviour. -
Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.bufferClassDescriptionDecorates another
Collection
to provide additional behaviour.Serializable subclass of AbstractCollectionDecorator.Decorates anotherCollection
to validate that additions match a specified predicate.Decorates anotherCollection
to synchronize its behaviour for a multi-threaded environment.Decorates anotherCollection
to transform objects that are added. -
Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.collectionClassDescriptionDecorates another
Collection
to provide additional behaviour.Serializable subclass of AbstractCollectionDecorator.Decorates a collection of other collections to provide a single unified view.Pluggable strategy to handle changes to the composite. -
Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.listClassDescriptionDecorates another
Collection
to provide additional behaviour.Serializable subclass of AbstractCollectionDecorator.Decorates anotherCollection
to validate that additions match a specified predicate.Decorates anotherCollection
to synchronize its behaviour for a multi-threaded environment.Decorates anotherCollection
to transform objects that are added. -
Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.mapClassDescriptionDecorates another
Collection
to provide additional behaviour. -
Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.setClassDescriptionDecorates another
Collection
to provide additional behaviour.Serializable subclass of AbstractCollectionDecorator.Decorates a collection of other collections to provide a single unified view.Pluggable strategy to handle changes to the composite.Decorates anotherCollection
to validate that additions match a specified predicate.Decorates anotherCollection
to synchronize its behaviour for a multi-threaded environment.Decorates anotherCollection
to transform objects that are added.