java.lang.Object
org.tquadrat.foundation.util.internal.LazyListImpl<E>
Type Parameters:
E - The type of elements in this list.
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>, SequencedCollection<E>, LazyList<E>

@ClassVersion(sourceVersion="$Id: LazyListImpl.java 1060 2023-09-24 19:21:40Z tquadrat $") @API(status=INTERNAL, since="0.0.5") public final class LazyListImpl<E> extends Object implements LazyList<E>
The implementation for LazyList.
Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: LazyListImpl.java 1060 2023-09-24 19:21:40Z tquadrat $
Since:
0.0.5
UML Diagram
UML Diagram for "org.tquadrat.foundation.util.internal.LazyListImpl"

UML Diagram for "org.tquadrat.foundation.util.internal.LazyListImpl"

UML Diagram for "org.tquadrat.foundation.util.internal.LazyListImpl"