Package eu.bandm.tools.ops
Interface LazyList<A>
- All Superinterfaces:
Collection<A>
,Iterable<A>
,List<A>
- All Known Implementing Classes:
AbstractLazyList
,UnlazyList
Implementation which may calculate its elements on demand. DOCME
-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
Method Details
-
getHead
A getHead() -
getTail
-
force
UnlazyList<A> force()
-