Class AbstractMultiReaderMutableCollection<T>

java.lang.Object
org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, MutableCollection<T>, InternalIterable<T>, RichIterable<T>
Direct Known Subclasses:
MultiReaderFastList, MultiReaderHashBag, MultiReaderUnifiedSet

public abstract class AbstractMultiReaderMutableCollection<T> extends Object implements MutableCollection<T>
AbstractMultiReaderMutableCollection is an abstraction that provides thread-safe collection behaviors. Subclasses of this class must provide implementations of getDelegate() and getLock().