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
* Converts the specified array of primitive Class objects to an array of its corresponding wrapper Class objects.
1444
1444
*
1445
-
* @param classes the class array to convert, may be null or empty
1446
-
* @return an array which contains for each given class, the wrapper class or the original class if class is not a
1447
-
* primitive. {@code null} if null input. Empty array if an empty array passed in.
1445
+
* @param classes the class array to convert, may be null or empty.
1446
+
* @return an array which contains for each given class, the wrapper class or the original class if class is not a primitive. {@code null} if null input.
0 commit comments