You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Gets an array containing a single value of {@code null} if {@link WildcardType#getLowerBounds()} returns an empty array. Otherwise, it returns the result
661
658
* of {@link WildcardType#getLowerBounds()}.
662
659
*
663
660
* @param wildcardType the subject wildcard type, not {@code null}
664
-
* @return a non-empty array containing the lower bounds of the wildcard type.
661
+
* @return a non-empty array containing the lower bounds of the wildcard type, which could be null.
665
662
* @throws NullPointerException if {@code wildcardType} is {@code null}
* Delegates to {@link #normalizeUpperBounds(Type[])} unless {@code bounds} is empty in which case return an array with the element {@code Object.class}.
1370
+
*
1371
+
* @param bounds bounds an array of types representing the upper bounds of either {@link WildcardType} or {@link TypeVariable}, not {@code null}.
1372
+
* @return result from {@link #normalizeUpperBounds(Type[])} unless {@code bounds} is empty in which case return an array with the element
0 commit comments