Android
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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56