Package org.eclipse.collections.impl.collection.mutable
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 aCollectioninterface instance.
-
ClassesClassDescriptionAbstractMultiReaderMutableCollection is an abstraction that provides thread-safe collection behaviors.This class provides a MutableCollection interface wrapper around a JDK Collections Collection interface instance.A synchronized view of a
MutableCollection.An unmodifiable view of a collection.