Descripción
Sintaxis
public static void parallelSetAll(double[] array, IntToDoubleFunction generator)
public static void parallelSetAll(int[] array, IntUnaryOperator generator)
public static void parallelSetAll(long[] array, IntToLongFunction generator)
static <T> void parallelSetAll(T[] array, IntFunction<? extends T> generator)
Parámetros
- T[] array,
- IntUnaryOperator generator,
- int[] array,
- IntFunction<? extends T> generator,
- IntToLongFunction generator,
- double[] array,
- IntToDoubleFunction generator,
- long[] array,
Excepciones
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.