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