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

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

Completed in 43 milliseconds