Modifier and Type | Method and Description |
---|---|
static void |
forEach(boolean[] array,
Consumer<? super Boolean> consumer) |
static void |
forEach(double[] array,
Consumer<? super Double> consumer) |
static void |
forEach(float[] array,
Consumer<? super Float> consumer) |
static void |
forEach(int[] array,
Consumer<? super Integer> consumer) |
static void |
forEach(long[] array,
Consumer<? super Long> consumer) |
static void |
forEach(Object[] array,
Consumer<? super Object> consumer) |
static void |
forEach(short[] array,
Consumer<? super Short> consumer) |