Searched refs:firstNull (Results 1 – 1 of 1) sorted by relevance
192 static void checkArray(Object a, Class<?> c, int requiredLen, int offset, int firstNull) { in checkArray() argument210 Object tv = (i >= firstNull) ? nullValue : testValue(i+offset, c); in checkArray()