Class AbstractImmutableCollection<T>

java.lang.Object
org.eclipse.collections.impl.AbstractRichIterable<T>
org.eclipse.collections.impl.collection.immutable.AbstractImmutableCollection<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, ImmutableCollection<T>, InternalIterable<T>, RichIterable<T>
Direct Known Subclasses:
AbstractImmutableSet

public abstract class AbstractImmutableCollection<T> extends AbstractRichIterable<T> implements ImmutableCollection<T>, Collection<T>