Class AbstractLazyList<A>

All Implemented Interfaces:
LazyList<A>, Iterable<A>, Collection<A>, List<A>
Direct Known Subclasses:
UnlazyList

public abstract class AbstractLazyList<A> extends AbstractSequentialList<A> implements LazyList<A>
A generic implementation which .. DOXME