Package org.assertj.core.api
Class ListAssert.ListFromStream<ELEMENT,STREAM extends BaseStream<ELEMENT,STREAM>>
java.lang.Object
java.util.AbstractCollection<ELEMENT>
java.util.AbstractList<ELEMENT>
org.assertj.core.api.ListAssert.ListFromStream<ELEMENT,STREAM>
- All Implemented Interfaces:
Iterable<ELEMENT>
,Collection<ELEMENT>
,List<ELEMENT>
- Enclosing class:
ListAssert<ELEMENT>
static class ListAssert.ListFromStream<ELEMENT,STREAM extends BaseStream<ELEMENT,STREAM>>
extends AbstractList<ELEMENT>
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Field Details
-
stream
-
list
-
-
Constructor Details
-
ListFromStream
-
-
Method Details
-
stream
-
initList
-
size
public int size()- Specified by:
size
in interfaceCollection<ELEMENT>
- Specified by:
size
in interfaceList<ELEMENT>
- Specified by:
size
in classAbstractCollection<ELEMENT>
-
get
-