Package org.eclipse.collections.impl.collection.mutable
This package contains implementations of the
MutableCollection
interface.
This package contains the following implementations:
-
CollectionAdapter
- a MutableCollection interface wrapper around aCollection
interface instance.
-
Class Summary Class Description AbstractCollectionAdapter<T> AbstractMultiReaderMutableCollection<T> AbstractMultiReaderMutableCollection is a common abstraction that provides thread-safe collection behaviors.AbstractMultiReaderMutableCollection.LockWrapper AbstractMultiReaderMutableCollection.ReadWriteLockWrapper 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 aMutableCollection
.UnmodifiableCollectionSerializationProxy<T> UnmodifiableMutableCollection<T> An unmodifiable view of a collection.