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

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

Introduction

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

The text is from its open source code.

Method

booleanequals(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.
StringtoString()
Returns a string representation of the object.