Class LazyList.InsertAtList.InsertAtIterator

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

public class LazyList.InsertAtList.InsertAtIterator extends LazyCollection<E>.WrappedIterator
Inserts an element into the underlying collection at the given index. List index starts at 0.