Package | Description |
---|---|
java.util | |
java.util.stream |
Modifier and Type | Method and Description |
---|---|
static void |
Arrays.parallelSetAll(double[] array,
IntToDoubleFunction generator) |
static void |
Arrays.setAll(double[] array,
IntToDoubleFunction generator) |
Modifier and Type | Method and Description |
---|---|
DoubleStream |
IntStream.mapToDouble(IntToDoubleFunction mapper) |
Copyright © 2018. All rights reserved.