E - the type of elements in this listpublic interface IStreamList<E>
extends com.hazelcast.core.IList<E>
IList for supporting distributed Stream
implementation.IList| Modifier and Type | Method and Description |
|---|---|
DistributedStream<E> |
parallelStream()
Returns a parallel
Stream with this list as its source. |
DistributedStream<E> |
stream()
Returns a sequential
Stream with this list as its source. |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayaddItemListener, getName, removeItemListenerremoveIfDistributedStream<E> stream()
Stream with this list as its source.stream in interface Collection<E>Stream over the elements in this collectionDistributedStream<E> parallelStream()
Stream with this list as its source.parallelStream in interface Collection<E>Stream over the elements in this collectionCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.