public interface GenericArrayType extends Type
| Modifier and Type | Method and Description |
|---|---|
Type |
getGenericComponentType()
Returns the
Type of the components within the array. |
Type getGenericComponentType()
Type of the components within the array.Type instance representing the type of
the array's components.