Class LazyCollection.ReadOnlyListIterator<E>

java.lang.Object
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyIterator<E>
org.eclipse.m2m.atl.emftvm.util.LazyCollection.ReadOnlyListIterator<E>
Type Parameters:
E -
All Implemented Interfaces:
Iterator<E>, ListIterator<E>
Direct Known Subclasses:
LazyCollection.IntegerRangeListIterator, LazyCollection.LongRangeListIterator, LazyCollection.ReverseListIterator, LazyCollection.SubListListIterator, LazyCollection.WrappedListIterator
Enclosing class:
LazyCollection<E>

public abstract static class LazyCollection.ReadOnlyListIterator<E> extends LazyCollection.ReadOnlyIterator<E> implements ListIterator<E>