English | Site Directory

Android - An Open Handset Alliance Project

java.lang.reflect
public interface

java.lang.reflect.GenericArrayType

java.lang.reflect.GenericArrayType Type

Represents an array type with a component type that is parameterized or a type variable.

Summary

Public Methods

        Type  getGenericComponentType()
The Type that represents the component type of the array.

Details

Public Methods

public Type getGenericComponentType()

The Type that represents the component type of the array.

Returns

Throws

TypeNotPresentException if the component type points to a missing type.
MalformedParameterizedTypeException if the component type points to a type that can't be instantiated for some reason.
Build m5-rc15g - 14 May 2008 12:50