Class LazyCollection.AppendIterator

java.lang.Object
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator<E>
LazyCollection<E>.WrappedIterator
org.eclipse.m2m.atl.emftvm.util.LazyCollection.AppendIterator
All Implemented Interfaces:
Iterator<E>
Enclosing class:
LazyCollection<E>

public class LazyCollection.AppendIterator extends LazyCollection<E>.WrappedIterator
Iterator that appends an object to the underlying collection.