Package org.assertj.core.api
Class ProxyableListAssert.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.ProxyableListAssert.ListFromStream<ELEMENT,STREAM>
-
- All Implemented Interfaces:
java.lang.Iterable<ELEMENT>
,java.util.Collection<ELEMENT>
,java.util.List<ELEMENT>
- Enclosing class:
- ProxyableListAssert<ELEMENT>
static class ProxyableListAssert.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 ELEMENT
get(int index)
private java.util.List<ELEMENT>
initList()
int
size()
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
-
-