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