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