public static class StaticTypeCheckingSupport.ObjectArrayStaticTypesHelper extends Object
| Constructor and Description |
|---|
ObjectArrayStaticTypesHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
getAt(T[] array,
int index) |
static <T,U extends T> |
putAt(T[] array,
int index,
U value) |