Class AbstractSynchronizedRichIterable<T>

java.lang.Object
org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable<T>
All Implemented Interfaces:
Iterable<T>, InternalIterable<T>, RichIterable<T>
Direct Known Subclasses:
AbstractSynchronizedMapIterable, AbstractSynchronizedMutableCollection, SynchronizedRichIterable

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