Example usage for Java java.lang.reflect TypeVariable fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | equals(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. |
Class> | getClass() Returns the runtime class of this Object . |
D | getGenericDeclaration() Returns the GenericDeclaration object representing the generic declaration declared for this type variable. |
String | getName() Returns the name of this type variable, as it occurs in the source code. |
String | toString() Returns a string representation of the object. |