Class LazyList.InsertAtList.InsertAtListIterator

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

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