MutableCollection interface.See: Description
| Class | Description |
|---|---|
| AbstractCollectionAdapter<T> | |
| AbstractMultiReaderMutableCollection<T> |
AbstractMultiReaderMutableCollection is a common abstraction that provides thread-safe collection behaviors.
|
| AbstractMutableCollection<T> | |
| AbstractSynchronizedMutableCollection<T> | |
| AbstractUnmodifiableMutableCollection<T> | |
| CollectionAdapter<T> |
This class provides a MutableCollection interface wrapper around a JDK Collections Collection interface instance.
|
| SynchronizedCollectionSerializationProxy<T> | |
| SynchronizedMutableCollection<T> |
A synchronized view of a
MutableCollection. |
| UnmodifiableCollectionSerializationProxy<T> | |
| UnmodifiableMutableCollection<T> |
An unmodifiable view of a collection.
|
MutableCollection interface.
This package contains the following implementations:
CollectionAdapter - a MutableCollection interface wrapper around a Collection interface instance.
Copyright © 2004–2017. All rights reserved.