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