Class AbstractUnmodifiableMutableCollection<T>

java.lang.Object
org.eclipse.collections.impl.collection.mutable.AbstractUnmodifiableMutableCollection<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, MutableCollection<T>, InternalIterable<T>, RichIterable<T>
Direct Known Subclasses:
UnmodifiableBag, UnmodifiableMutableCollection, UnmodifiableMutableList, UnmodifiableMutableSet, UnmodifiableSortedBag, UnmodifiableSortedSet

public class AbstractUnmodifiableMutableCollection<T> extends Object implements MutableCollection<T>