public interface ArrayTypeProperties
| Modifier and Type | Method and Description |
|---|---|
Type |
getComponentType()
Returns the component of the array.
|
int |
getDimension()
Returns the dimension of the array type.
|
Type getComponentType()
int getDimension()
String[]; for double[][][], the dimension is 3. If the processed type is not an array, the
method returns 0.Copyright © 2023. All rights reserved.