Class LazyList.PrependList.PrependListIterator

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

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