Class AbstractCollectionAdapter<T>

java.lang.Object
org.eclipse.collections.impl.collection.mutable.AbstractCollectionAdapter<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, MutableCollection<T>, InternalIterable<T>, RichIterable<T>
Direct Known Subclasses:
AbstractListAdapter, CollectionAdapter, SetAdapter, SortedSetAdapter

public abstract class AbstractCollectionAdapter<T> extends Object implements MutableCollection<T>