API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang.reflect. GenericDeclaration View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 GenericDeclaration
Subinterfaces
Description
public interface GenericDeclaration
  A common interface for all entities that declare type variables.
See also:   
Methods
Hide/Show inherited methods
public TypeVariable<GenericDeclaration> getTypeParameters ()
  Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar