Example usage for Java java.lang.reflect Type 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. |
Class> | getClass() Returns the runtime class of this Object . |
String | getTypeName() Returns a string describing this type, including information about any type parameters. |
String | toString() Returns a string representation of the object. |