Class LazyList.InsertAtList.InsertAtListIterator

All Implemented Interfaces:
Iterator<E>, ListIterator<E>
Enclosing class:
LazyList.InsertAtList<E>

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