Interface LazyList<E>

Type Parameters:
E - the type of elements in this collection
All Superinterfaces:
Collection<E>, Iterable<E>, LazyCollection<E>, List<E>
All Known Implementing Classes:
LazyArrayList

public interface LazyList<E>
extends List<E>, LazyCollection<E>
A List, which uses Lazy references internally, to enable automatic partial loading of the list's content.