Class LazyList.InsertAtList.InsertAtIterator

  • All Implemented Interfaces:
    java.util.Iterator<E>
    Enclosing class:
    LazyList.InsertAtList<E>

    public class LazyList.InsertAtList.InsertAtIterator
    extends LazyCollection.WrappedIterator
    Inserts an element into the underlying collection at the given index. List index starts at 0.