FileDocCategorySizeDatePackage
GenericArrayType.javaAPI DocAndroid 1.5 API1527Wed May 06 22:41:04 BST 2009java.lang.reflect

GenericArrayType

public interface GenericArrayType implements Type
This interface represents an array type with a component type that is either a parameterized type or a type variable.
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public java.lang.reflect.TypegetGenericComponentType()
Returns the component type of this array.

return
the component type of this array
throws
TypeNotPresentException if the component type points to a missing type
throws
MalformedParameterizedTypeException if the component type points to a type that cannot be instantiated for some reason
since
Android 1.0