public static class StaticTypeCheckingSupport.IntArrayStaticTypesHelper extends Object
Constructor and Description |
---|
IntArrayStaticTypesHelper() |
Modifier and Type | Method and Description |
---|---|
static Integer |
getAt(int[] arr,
int index) |
static void |
putAt(int[] arr,
int index,
int object) |
public static Integer getAt(int[] arr, int index)
public static void putAt(int[] arr, int index, int object)