Class LazyCollection.IteratorToListIterator

java.lang.Object
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator<E>
LazyCollection<E>.CachingIterator
org.eclipse.m2m.atl.emftvm.util.LazyCollection.IteratorToListIterator
All Implemented Interfaces:
Iterator<E>, ListIterator<E>
Enclosing class:
LazyCollection<E>

public class LazyCollection.IteratorToListIterator extends LazyCollection<E>.CachingIterator implements ListIterator<E>
Converts an Iterator to a ListIterator. Does not support modification of the underlying LazyList.