English | Site Directory

Android - An Open Handset Alliance Project

java.lang.reflect
public interface

java.lang.reflect.GenericDeclaration

java.lang.reflect.GenericDeclaration

Common interface for entities that have type variables.

Known Indirect Subclasses

Summary

Public Methods

        TypeVariable[]  getTypeParameters()
Answers the generic declared types in declaration order.

Details

Public Methods

public TypeVariable[] getTypeParameters()

Answers the generic declared types in declaration order. If there are no generic types this method returns a zero length array.

Returns

  • array of generic declared type variables.

Throws

GenericSignatureFormatError if the signature is malformed.
Build m5-rc15g - 14 May 2008 12:50