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 AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIfMethods inherited from interface 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:
sizein interfaceCollection<ELEMENT>- Specified by:
sizein interfaceList<ELEMENT>- Specified by:
sizein classAbstractCollection<ELEMENT>
-
get
-