Class | Description |
---|---|
ParallelDoubleStreamSupport |
An implementation of
DoubleStream which uses a custom ForkJoinPool for parallel aggregate
operations. |
ParallelIntStreamSupport |
An implementation of
IntStream which uses a custom ForkJoinPool for parallel aggregate operations. |
ParallelLongStreamSupport |
An implementation of
LongStream which uses a custom ForkJoinPool for parallel aggregate operations. |
ParallelStreamSupport<T> |
An implementation of
Stream which uses a custom ForkJoinPool for parallel aggregate operations. |
Copyright © 2016. All rights reserved.