Class 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.