Package org.eclipse.m2m.atl.emftvm.util
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>
Inserts an element into the underlying collection at the given index.
List index starts at 0.
-
Field Summary
FieldsFields inherited from class org.eclipse.m2m.atl.emftvm.util.LazyCollection.WrappedIterator
inner
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator
remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
i
protected int i
-
-
Constructor Details
-
InsertAtIterator
public InsertAtIterator()Creates a newLazyList.InsertAtList<E>.InsertAtIterator
.
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<E>
- Overrides:
hasNext
in classLazyCollection<E>.WrappedIterator
-
next
- Specified by:
next
in interfaceIterator<E>
- Overrides:
next
in classLazyCollection<E>.WrappedIterator
-