Attributes
typeParameterDeclarationsSource Codeshared formal TypeParameter[] typeParameterDeclarations

The list of type parameters declared on this generic declaration.

Inherited Attributes
Attributes inherited from: Object
Methods
getTypeParameterDeclarationSource Codeshared formal TypeParameter? getTypeParameterDeclaration(String name)

Finds a type parameter by name. Returns null if not found.

Inherited Methods
Methods inherited from: Object