Package eu.bandm.tools.ops
Class UnlazyList<A>
java.lang.Object
java.util.AbstractCollection<A>
java.util.AbstractList<A>
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>,SequencedCollection<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
Constructors -
Method Summary
Methods inherited from class eu.bandm.tools.ops.AbstractLazyList
asList, iterator, listIterator, toStringMethods inherited from class java.util.AbstractList
add, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArrayMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, add, addAll, addAll, addFirst, addLast, clear, contains, containsAll, equals, get, getFirst, getLast, hashCode, indexOf, isEmpty, lastIndexOf, listIterator, remove, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, set, size, sort, spliterator, subList, toArray, toArray
-
Constructor Details
-
UnlazyList
public UnlazyList()
-
-
Method Details
-
force
-