Java java.lang.reflect TypeVariable fields, constructors, methods, implement or subclass

Example usage for Java java.lang.reflect TypeVariable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.lang.reflect TypeVariable.

The text is from its open source code.

Constructor

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
Type[]getBounds()
Returns an array of Type objects representing the upper bound(s) of this type variable.
ClassgetClass()
Returns the runtime class of this Object .
DgetGenericDeclaration()
Returns the GenericDeclaration object representing the generic declaration declared for this type variable.
StringgetName()
Returns the name of this type variable, as it occurs in the source code.
StringtoString()
Returns a string representation of the object.