Class AbstractMutableCollection<T>

java.lang.Object
org.eclipse.collections.impl.AbstractRichIterable<T>
org.eclipse.collections.impl.collection.mutable.AbstractMutableCollection<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, MutableCollection<T>, InternalIterable<T>, RichIterable<T>
Direct Known Subclasses:
AbstractMutableList, AbstractMutableSet, AbstractUnifiedSet, TreeSortedSet

public abstract class AbstractMutableCollection<T> extends AbstractRichIterable<T> implements MutableCollection<T>