is Wildcard
Queries whether this object represents a wildcard type expression, such as ?
, ? extends Number
, or ? super Integer
.
Return
true if this object represents a wildcard type expression.
Queries whether this object represents a wildcard type expression, such as ?
, ? extends Number
, or ? super Integer
.
true if this object represents a wildcard type expression.