Class LazyList.PrependList.PrependIterator

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

public class LazyList.PrependList.PrependIterator extends LazyCollection<E>.WrappedIterator
Iterator that prepends an object to the underlying collection.