Duplicate :
|
|
Relates :
|
Please make typesafe versions of System.arraycopy. One way to do this would be to add the following overloadings: static <T> void arraycopy(T[] chicken, T[] egg); static void arraycopy(int[] src, int[] dest); static void arraycopy(float[] src, float[] dest); etc. We should also consider adding corresponding methods to java.util.Arrays. ###@###.### 2003-06-23
|