isWildcard

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.

See also