Class StreamBackedList<T>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
org.aksw.commons.collections.cache.CacheImpl<T>
org.aksw.commons.collections.cache.StreamBackedList<T>
- All Implemented Interfaces:
AutoCloseable,Iterable<T>,Collection<T>,List<T>,Cache<T>
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionStreamBackedList(Stream<T> stream) StreamBackedList(Stream<T> stream, ExecutorService es) StreamBackedList(Stream<T> stream, ExecutorService es, boolean shutdownExecutorService) -
Method Summary
Methods inherited from class org.aksw.commons.collections.cache.CacheImpl
add, get, getCurrentSize, getData, isAbandoned, isComplete, iterator, setAbandoned, setAbandoned, setComplete, setComplete, sizeMethods inherited from class java.util.AbstractList
add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArray