-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
11
A DESCRIPTION OF THE PROBLEM :
The Java 10 API only creates serial IntStream & LongStream ranges. There are times when parallel range streams would be useful.
Please add the following static method to both IntStream & LongStream (in java.util.stream):
public static (Int|Long)Stream range(int startInclusive, int endExclusive, boolean parallel)
The Java 10 API only creates serial IntStream & LongStream ranges. There are times when parallel range streams would be useful.
Please add the following static method to both IntStream & LongStream (in java.util.stream):
public static (Int|Long)Stream range(int startInclusive, int endExclusive, boolean parallel)