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