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 theBufferinterface.org.apache.commons.collections.collection This package contains implementations of theCollectioninterface.org.apache.commons.collections.list This package contains implementations of theListinterface.org.apache.commons.collections.map org.apache.commons.collections.set This package contains implementations of theSetandSortedSetinterfaces. -
Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.bag Class Description AbstractCollectionDecorator Decorates anotherCollectionto provide additional behaviour.AbstractSerializableCollectionDecorator Serializable subclass of AbstractCollectionDecorator.PredicatedCollection Decorates anotherCollectionto validate that additions match a specified predicate.SynchronizedCollection Decorates anotherCollectionto synchronize its behaviour for a multi-threaded environment.TransformedCollection Decorates anotherCollectionto transform objects that are added. -
Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.bidimap Class Description AbstractCollectionDecorator Decorates anotherCollectionto provide additional behaviour. -
Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.buffer Class Description AbstractCollectionDecorator Decorates anotherCollectionto provide additional behaviour.AbstractSerializableCollectionDecorator Serializable subclass of AbstractCollectionDecorator.PredicatedCollection Decorates anotherCollectionto validate that additions match a specified predicate.SynchronizedCollection Decorates anotherCollectionto synchronize its behaviour for a multi-threaded environment.TransformedCollection Decorates anotherCollectionto transform objects that are added. -
Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.collection Class Description AbstractCollectionDecorator Decorates anotherCollectionto 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 anotherCollectionto provide additional behaviour.AbstractSerializableCollectionDecorator Serializable subclass of AbstractCollectionDecorator.PredicatedCollection Decorates anotherCollectionto validate that additions match a specified predicate.SynchronizedCollection Decorates anotherCollectionto synchronize its behaviour for a multi-threaded environment.TransformedCollection Decorates anotherCollectionto transform objects that are added. -
Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.map Class Description AbstractCollectionDecorator Decorates anotherCollectionto provide additional behaviour. -
Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.set Class Description AbstractCollectionDecorator Decorates anotherCollectionto 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 anotherCollectionto validate that additions match a specified predicate.SynchronizedCollection Decorates anotherCollectionto synchronize its behaviour for a multi-threaded environment.TransformedCollection Decorates anotherCollectionto transform objects that are added.