Re: RFR: 8301042: Need methods to check null elements in an array or a collection [v5]

2023-01-29 Thread Stuart Marks
On Sun, 29 Jan 2023 10:39:22 GMT, Tingjun Yuan wrote: >> Adding the following methods to check the nullity of elements of an array or >> a collection: >> >> >> java.util.Arrays: >> public static E[] requireNoNulls(E[] array) >> public static E[] requireNoNulls(E[] array, String message) >> p

Re: RFR: 8301042: Need methods to check null elements in an array or a collection [v5]

2023-01-29 Thread Tingjun Yuan
> Adding the following methods to check the nullity of elements of an array or > a collection: > > > java.util.Arrays: > public static E[] requireNoNulls(E[] array) > public static E[] requireNoNulls(E[] array, String message) > public static E[] requireNoNulls(E[] array, IntFunction > messa