|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.bagAbstractCollectionDecorator
|
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.bidimapAbstractCollectionDecorator
|
Decorates another Collection to provide additional behaviour. |
Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.bufferAbstractCollectionDecorator
|
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.collectionAbstractCollectionDecorator
|
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.listAbstractCollectionDecorator
|
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.mapAbstractCollectionDecorator
|
Decorates another Collection to provide additional behaviour. |
Classes in org.apache.commons.collections.collection used by org.apache.commons.collections.setAbstractCollectionDecorator
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |