static class ProxyableListAssert.ListFromStream<ELEMENT,STREAM extends java.util.stream.BaseStream<ELEMENT,STREAM>>
extends java.util.AbstractList<ELEMENT>
Modifier and Type | Field and Description |
---|---|
private java.util.List<ELEMENT> |
list |
private java.util.stream.BaseStream<ELEMENT,STREAM> |
stream |
Constructor and Description |
---|
ListFromStream(java.util.stream.BaseStream<ELEMENT,STREAM> stream) |
Modifier and Type | Method and Description |
---|---|
ELEMENT |
get(int index) |
private java.util.List<ELEMENT> |
initList() |
int |
size() |
java.util.stream.Stream<ELEMENT> |
stream() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
private java.util.stream.BaseStream<ELEMENT,STREAM extends java.util.stream.BaseStream<ELEMENT,STREAM>> stream
private java.util.List<ELEMENT> list