supertype Of
Returns a type that represents an unknown supertype of {@code bound}
. Forexample, if {@code bound}
is {@code String.class}
, this returns {@code ? * super String}
.
Returns a type that represents an unknown supertype of {@code bound}
. Forexample, if {@code bound}
is {@code String.class}
, this returns {@code ? * super String}
.