Package eu.bandm.tools.ops
Class AbstractLazyList<A>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.AbstractSequentialList<A>
eu.bandm.tools.ops.AbstractLazyList<A>
- All Implemented Interfaces:
LazyList<A>
,Iterable<A>
,Collection<A>
,List<A>
- Direct Known Subclasses:
UnlazyList
A generic implementation which .. DOXME
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
-
Method Summary
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
-
AbstractLazyList
public AbstractLazyList()
-
-
Method Details
-
listIterator
- Specified by:
listIterator
in interfaceList<A>
- Specified by:
listIterator
in classAbstractSequentialList<A>
-
iterator
-
toString
- Overrides:
toString
in classAbstractCollection<A>
-
asList
-