A declaration that can have type parameters.
no type hierarchy
no supertypes hierarchy
| Attributes | |
typeParameterDeclarations | Source Codeshared formal TypeParameter[] typeParameterDeclarationsThe list of type parameters declared on this generic declaration. |
| Inherited Attributes |
Attributes inherited from: Object |
| Methods | |
getTypeParameterDeclaration | Source Codeshared formal TypeParameter? getTypeParameterDeclaration(String name)Finds a type parameter by name. Returns |
| Inherited Methods |
Methods inherited from: Object |