public class StreamBackedList<T> extends CacheImpl<T>
| Modifier and Type | Field and Description |
|---|---|
protected Future<?> |
future |
protected java.util.stream.Stream<T> |
stream |
modCount| Constructor and Description |
|---|
StreamBackedList(java.util.stream.Stream<T> stream) |
StreamBackedList(java.util.stream.Stream<T> stream,
ExecutorService es) |
StreamBackedList(java.util.stream.Stream<T> stream,
ExecutorService es,
boolean shutdownExecutorService) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
add, get, getCurrentSize, getData, isAbandoned, isComplete, iterator, setAbandoned, setAbandoned, setComplete, setComplete, sizeadd, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamprotected java.util.stream.Stream<T> stream
protected Future<?> future
public StreamBackedList(java.util.stream.Stream<T> stream)
public StreamBackedList(java.util.stream.Stream<T> stream, ExecutorService es)
public StreamBackedList(java.util.stream.Stream<T> stream, ExecutorService es, boolean shutdownExecutorService)
Copyright © 2018. All rights reserved.