java.lang.reflect
public interface GenericArrayType extends Type
Since: 1.5
| Method Summary | |
|---|---|
| Type | getGenericComponentType()
Returns the Type of the components within the array.
|
Type of the components within the array.
Returns: a Type instance representing the type of
the array's components.