Utilities for handling array types
| Type Params | Return Type | Name and description |
|---|---|---|
|
static int |
dimension(Class clazz)Calculate the dimension of array |
|
static Class |
elementType(Class clazz)Get the type of array elements |
|
static Class |
reduceDimension(Class clazz, int dim)Reduce the dimension of array |