Package org.apache.commons.collections.collection

This package contains implementations of the Collection interface.

See:
          Description

Interface Summary
CompositeCollection.CollectionMutator<E> Pluggable strategy to handle changes to the composite.
 

Class Summary
AbstractCollectionDecorator<E> Decorates another Collection to provide additional behaviour.
AbstractSerializableCollectionDecorator<E> Serializable subclass of AbstractCollectionDecorator.
CompositeCollection<E> Decorates a collection of other collections to provide a single unified view.
PredicatedCollection<E> Decorates another Collection to validate that additions match a specified predicate.
SynchronizedCollection<E> Decorates another Collection to synchronize its behaviour for a multi-threaded environment.
TransformedCollection<I,O> Decorates another Collection to transform objects that are added.
TypedCollection Deprecated. Type safe classes are no longer required under 1.5.
UnmodifiableBoundedCollection<E> UnmodifiableBoundedCollection decorates another BoundedCollection to ensure it can't be altered.
UnmodifiableCollection<E> Decorates another Collection to ensure it can't be altered.
 

Package org.apache.commons.collections.collection Description

This package contains implementations of the Collection interface.

The following implementations are provided in the package:

The following decorators are provided in the package:



Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.