|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
This package contains implementations of the
Collection
interface.
The following implementations are provided in the package:
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |