Class LazyCollection.ReadOnlyIterator<E>

java.lang.Object
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator<E>
Type Parameters:
E -
All Implemented Interfaces:
Iterator<E>
Direct Known Subclasses:
LazyCollection.CachingIterator, LazyCollection.CollectIterator, LazyCollection.FlattenIterator, LazyCollection.FlattenSetIterator, LazyCollection.ReadOnlyListIterator, LazyCollection.ReverseIterator, LazyCollection.SubListIterator, LazyCollection.WrappedIterator
Enclosing class:
LazyCollection<E>

public abstract static class LazyCollection.ReadOnlyIterator<E> extends Object implements Iterator<E>