Package | Description |
---|---|
java.util | |
java.util.stream |
Modifier and Type | Method and Description |
---|---|
static <T> void |
Arrays.parallelSetAll(T[] array,
IntFunction<? extends T> generator) |
static <T> void |
Arrays.setAll(T[] array,
IntFunction<? extends T> generator) |
Modifier and Type | Method and Description |
---|---|
IntStream |
IntStream.flatMap(IntFunction<? extends IntStream> mapper) |
<U> Stream<U> |
IntStream.mapToObj(IntFunction<? extends U> mapper) |
<A> A[] |
Stream.toArray(IntFunction<A[]> generator) |
Copyright © 2018. All rights reserved.