Searched refs:firstNull (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/test/java/util/Arrays/
H A DCopyMethods.java185 * Check also that it is packed, up to firstNull, with
188 * At a[firstNull] and beyond, the array must contain null values.
190 static void checkArray(Object a, Class<?> c, int requiredLen, int offset, int firstNull) { argument
208 Object tv = (i >= firstNull) ? nullValue : testValue(i+offset, c);

Completed in 35 milliseconds