| Package | Description |
|---|---|
| org.apache.commons.collections4.bag | |
| org.apache.commons.collections4.bidimap | |
| org.apache.commons.collections4.collection |
This package contains implementations of the
Collection interface. |
| org.apache.commons.collections4.list |
This package contains implementations of the
List interface. |
| org.apache.commons.collections4.map | |
| org.apache.commons.collections4.multiset |
This package contains implementations of the
MultiSet and
SortedMultiSet interfaces. |
| org.apache.commons.collections4.queue |
This package contains implementations for the
Queue interface. |
| org.apache.commons.collections4.set |
This package contains implementations of the
Set,
SortedSet and
NavigableSet interfaces. |
| Class | Description |
|---|---|
| AbstractCollectionDecorator |
Decorates another
Collection to provide additional behaviour. |
| 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. |
| Class | Description |
|---|---|
| AbstractCollectionDecorator |
Decorates another
Collection to provide additional behaviour. |
| Class | Description |
|---|---|
| AbstractCollectionDecorator |
Decorates another
Collection to provide additional behaviour. |
| CompositeCollection |
Decorates a collection of other collections to provide a single unified view.
|
| CompositeCollection.CollectionMutator |
Pluggable strategy to handle changes to the composite.
|
| IndexedCollection |
An IndexedCollection is a Map-like view onto a Collection.
|
| PredicatedCollection |
Decorates another
Collection to validate that additions
match a specified predicate. |
| PredicatedCollection.Builder |
Builder for creating predicated collections.
|
| SynchronizedCollection |
Decorates another
Collection to synchronize its behaviour
for a multi-threaded environment. |
| TransformedCollection |
Decorates another
Collection to transform objects that are added. |
| Class | Description |
|---|---|
| AbstractCollectionDecorator |
Decorates another
Collection to provide additional behaviour. |
| PredicatedCollection |
Decorates another
Collection to validate that additions
match a specified predicate. |
| TransformedCollection |
Decorates another
Collection to transform objects that are added. |
| Class | Description |
|---|---|
| AbstractCollectionDecorator |
Decorates another
Collection to provide additional behaviour. |
| Class | Description |
|---|---|
| AbstractCollectionDecorator |
Decorates another
Collection to provide additional behaviour. |
| 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. |
| Class | Description |
|---|---|
| AbstractCollectionDecorator |
Decorates another
Collection to provide additional behaviour. |
| PredicatedCollection |
Decorates another
Collection to validate that additions
match a specified predicate. |
| TransformedCollection |
Decorates another
Collection to transform objects that are added. |
| Class | Description |
|---|---|
| AbstractCollectionDecorator |
Decorates another
Collection to provide additional behaviour. |
| PredicatedCollection |
Decorates another
Collection to validate that additions
match a specified predicate. |
| TransformedCollection |
Decorates another
Collection to transform objects that are added. |
Copyright © 2001-2019 - Apache Software Foundation