最終更新:2017-07-18 (火) 16:52:19 (2467d)  

System.arraycopy
Top / System.arraycopy

System.arraycopy(Object src, int srcPos, Object dest, int destPos, int length)

指定位置で開始する指定ソース配列から、転送先配列の指定位置に配列をコピーします。

https://docs.oracle.com/javase/jp/6/api/java/lang/System.html#arraycopy(java.lang.Object, int, java.lang.Object, int, int)