supertype Of
Returns a type that represents an unknown supertype of bound. For example, if
bound is String.class, this returns ? super String.
Returns a type that represents an unknown supertype of bound. For example, if
bound is String.class, this returns ? super String.