Uses of Package
org.apache.commons.collections.collection

Packages that use org.apache.commons.collections.collection
org.apache.commons.collections.bag This package contains implementations of the Bag and SortedBag interfaces. 
org.apache.commons.collections.bidimap This package contains implementations of the BidiMap, OrderedBidiMap and SortedBidiMap interfaces. 
org.apache.commons.collections.buffer This package contains implementations of the Buffer interface. 
org.apache.commons.collections.collection This package contains implementations of the Collection interface. 
org.apache.commons.collections.list This package contains implementations of the List interface. 
org.apache.commons.collections.map This package contains implementations of the Map, IterableMap, OrderedMap and SortedMap interfaces. 
org.apache.commons.collections.set This package contains implementations of the Set and SortedSet interfaces. 
 

Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.bag
AbstractCollectionDecorator
          Decorates another Collection to provide additional behaviour.
AbstractSerializableCollectionDecorator
          Serializable subclass of AbstractCollectionDecorator.
PredicatedCollection
          Decorates another Collection to validate that additions match a specified predicate.
SynchronizedCollection
          Decorates another Collection to synchronize its behaviour for a multi-threaded environment.
TransformedCollection
          Decorates another Collection to transform objects that are added.
 

Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.bidimap
AbstractCollectionDecorator
          Decorates another Collection to provide additional behaviour.
 

Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.buffer
AbstractCollectionDecorator
          Decorates another Collection to provide additional behaviour.
AbstractSerializableCollectionDecorator
          Serializable subclass of AbstractCollectionDecorator.
PredicatedCollection
          Decorates another Collection to validate that additions match a specified predicate.
SynchronizedCollection
          Decorates another Collection to synchronize its behaviour for a multi-threaded environment.
TransformedCollection
          Decorates another Collection to transform objects that are added.
 

Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.collection
AbstractCollectionDecorator
          Decorates another Collection to 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
AbstractCollectionDecorator
          Decorates another Collection to provide additional behaviour.
AbstractSerializableCollectionDecorator
          Serializable subclass of AbstractCollectionDecorator.
PredicatedCollection
          Decorates another Collection to validate that additions match a specified predicate.
SynchronizedCollection
          Decorates another Collection to synchronize its behaviour for a multi-threaded environment.
TransformedCollection
          Decorates another Collection to transform objects that are added.
 

Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.map
AbstractCollectionDecorator
          Decorates another Collection to provide additional behaviour.
 

Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.set
AbstractCollectionDecorator
          Decorates another Collection to 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 another Collection to validate that additions match a specified predicate.
SynchronizedCollection
          Decorates another Collection to synchronize its behaviour for a multi-threaded environment.
TransformedCollection
          Decorates another Collection to transform objects that are added.
 



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.