Package | Description |
---|---|
java.util | |
java.util.stream |
Modifier and Type | Method and Description |
---|---|
static void |
Arrays.parallelPrefix(long[] array,
int fromIndex,
int toIndex,
LongBinaryOperator op) |
static void |
Arrays.parallelPrefix(long[] array,
LongBinaryOperator op) |
Modifier and Type | Method and Description |
---|---|
OptionalLong |
LongStream.reduce(LongBinaryOperator op) |
long |
LongStream.reduce(long identity,
LongBinaryOperator op) |
Copyright © 2018. All rights reserved.