Searched refs:lastLength (Results 1 – 1 of 1) sorted by relevance
357 final int lastLength = Array.getLength(last); in arrayAppend() local358 final Object res = Array.newInstance(clazz, firstLength + lastLength); in arrayAppend()360 System.arraycopy(last, 0, res, firstLength, lastLength); in arrayAppend()