Uses of Package
org.apache.commons.collections4.collection
Packages that use org.apache.commons.collections4.collection
Package
Description
This package contains implementations of the
Collection
interface.This package contains implementations of the
List
interface.This package contains implementations of the
MultiSet
interface.This package contains implementations for the
Queue
interface.-
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.bagClassDescriptionDecorates another
Collection
to provide additional behaviour.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.collections4.collection used by org.apache.commons.collections4.bidimapClassDescriptionDecorates another
Collection
to provide additional behaviour. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.collectionClassDescriptionDecorates another
Collection
to provide additional behaviour.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 anotherCollection
to validate that additions match a specified predicate.Builder for creating predicated collections.Decorates anotherCollection
to synchronize its behaviour for a multi-threaded environment.Decorates anotherCollection
to transform objects that are added. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.listClassDescriptionDecorates another
Collection
to provide additional behaviour.Decorates anotherCollection
to validate that additions match a specified predicate.Decorates anotherCollection
to transform objects that are added. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.mapClassDescriptionDecorates another
Collection
to provide additional behaviour. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.multisetClassDescriptionDecorates another
Collection
to provide additional behaviour.Decorates anotherCollection
to validate that additions match a specified predicate.Decorates anotherCollection
to synchronize its behaviour for a multi-threaded environment. -
Classes in org.apache.commons.collections4.collection used by org.apache.commons.collections4.queueClassDescriptionDecorates another
Collection
to provide additional behaviour.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.collections4.collection used by org.apache.commons.collections4.setClassDescriptionDecorates another
Collection
to provide additional behaviour.Decorates anotherCollection
to validate that additions match a specified predicate.Decorates anotherCollection
to transform objects that are added.