Package eu.bandm.tools.ops
Class UnlazyList<A>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.AbstractSequentialList<A>
eu.bandm.tools.ops.AbstractLazyList<A>
eu.bandm.tools.ops.UnlazyList<A>
- All Implemented Interfaces:
LazyList<A>
,Iterable<A>
,Collection<A>
,List<A>
Technically needed: The type of a lazy list which has already been forced
to evaluate all elements.
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
-
Method Summary
Methods inherited from class eu.bandm.tools.ops.AbstractLazyList
asList, iterator, listIterator, toString
Methods inherited from class java.util.AbstractList
add, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subList
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
UnlazyList
public UnlazyList()
-
-
Method Details
-
force
-