Package org.assertj.core.api
Class ListAssert.ListFromStream<ELEMENT,STREAM extends java.util.stream.BaseStream<ELEMENT,STREAM>>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<ELEMENT>
-
- org.assertj.core.api.ListAssert.ListFromStream<ELEMENT,STREAM>
-
- All Implemented Interfaces:
java.lang.Iterable<ELEMENT>,java.util.Collection<ELEMENT>,java.util.List<ELEMENT>
- Enclosing class:
- ListAssert<ELEMENT>
static class ListAssert.ListFromStream<ELEMENT,STREAM extends java.util.stream.BaseStream<ELEMENT,STREAM>> extends java.util.AbstractList<ELEMENT>
-
-
Constructor Summary
Constructors Constructor Description ListFromStream(java.util.stream.BaseStream<ELEMENT,STREAM> stream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ELEMENTget(int index)private java.util.List<ELEMENT>initList()intsize()java.util.stream.Stream<ELEMENT>stream()-
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
-
-