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, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitprivate java.util.stream.BaseStream<ELEMENT,STREAM extends java.util.stream.BaseStream<ELEMENT,STREAM>> stream
private java.util.List<ELEMENT> list