Interface LazyList<A>

All Superinterfaces:
Collection<A>, Iterable<A>, List<A>
All Known Implementing Classes:
AbstractLazyList, UnlazyList

public interface LazyList<A> extends List<A>
Implementation which may calculate its elements on demand. DOCME