Searched defs:arraycopy (Results 1 – 2 of 2) sorted by relevance
177 public static native void arraycopy(Object src, int srcPos, Object dst, int dstPos, int length); in arraycopy() method in System
1517 private static <T extends Object> T[] arraycopy(T[] result, T[] head, T[] tail) { in arraycopy() method in Class