TypeVariable<Constructor<T>>[] |
Constructor.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.
|
abstract TypeVariable<?>[] |
Executable.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.
|
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.
|
TypeVariable<Method>[] |
Method.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.
|