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