Class LazyList<ElementType>

  • Type Parameters:
    ElementType - type of elements within the list
    All Implemented Interfaces:
    Serializable, Iterable<ElementType>, Collection<ElementType>, List<ElementType>

    @NotThreadSafe
    public class LazyList<ElementType>
    extends Object
    implements List<ElementType>, Serializable
    A list that is lazy initialized. This list takes very little memory when storing zero or one item.
    See Also:
    Serialized Form