Android
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()
Returns the generic declared types in declaration order.

Details

Public Methods

public TypeVariable[]<?> getTypeParameters()

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