Class LazyList.PrependList.PrependListIterator

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

    public class LazyList.PrependList.PrependListIterator
    extends LazyCollection.WrappedListIterator
    ListIterator that appends an object to the underlying collection.