Class LazyList.AppendList.AppendListIterator

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

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