Example usage for Java java.lang.reflect WildcardType 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[] | getLowerBounds() Returns an array of Type objects representing the lower bound(s) of this type variable. |
Type[] | getUpperBounds() Returns an array of Type objects representing the upper bound(s) of this type variable. |
String | toString() Returns a string representation of the object. |