Class LazyCollection.AppendIterator

All Implemented Interfaces:
Iterator<E>
Enclosing class:
LazyCollection<E>

public class LazyCollection.AppendIterator extends LazyCollection<E>.WrappedIterator
Iterator that appends an object to the underlying collection.