Class.getComponentType

Class.getComponentType

Class Overview | Class Members | This Package | All Packages

Syntax
public native Class getComponentType()
Description
If this class represents an array type, returns the Class object representing the component type of the array; otherwise returns null.

See Also
Array