Class AbstractRichIterable<T>

java.lang.Object
org.eclipse.collections.impl.AbstractRichIterable<T>
All Implemented Interfaces:
Iterable<T>, InternalIterable<T>, RichIterable<T>
Direct Known Subclasses:
AbstractBag, AbstractImmutableCollection, AbstractLazyIterable, AbstractMapIterable, AbstractMutableCollection

public abstract class AbstractRichIterable<T> extends Object implements RichIterable<T>