public class PrimArrayUtils
extends java.lang.Object
| Constructor and Description |
|---|
PrimArrayUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int[] |
initArray6Int(int[] arr,
int index,
int a,
int b,
int c,
int d,
int e,
int f)
Initialize six elements of an int array at once.
|