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