Package org.apache.commons.collections4.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.
CompositeCollection<E> Decorates a collection of other collections to provide a single unified view.
IndexedCollection<K,C> An IndexedCollection is a Map-like view onto a Collection.
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<E> Decorates another Collection to transform objects that are added.
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.collections4.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:

Version:
$Id: package-info.java 1477746 2013-04-30 18:11:20Z tn $


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.