public Class<?> getComponentType ()

Returns the Class representing the component type of an array. If this class does not represent an array class this method returns null.

Returns:  the Class representing the component type of this class if this class is an array

See also:
java.lang.reflect.Array

Since:  1.1