|
| Deep Copying of Objects | Deep copy of an Object | public static Object copy(Object obj) |
| public static Object copyObject(Object obj) | ||
| Deep copy a 1-D array | public static double[] copy(double[] array) | |
| public static float[] copy(float[] array) | ||
| public static long[] copy(long[] array) | ||
| public static int[] copy(int[] array) | ||
| public static short[] copy(short[] array) | ||
| public static byte[] copy(byte[] array) | ||
| public static char[] copy(char[] array) | ||
| public static String[] copy(String[] array) | ||
| public static BigDecimal[] copy(BigDecimal[] array) | ||
| public static BigInteger[] copy(BigInteger[] array) | ||
| public static Complex[] copy(Complex[] array) | ||
| public static Point[] copy(Point[] array) | ||
| public static VectorMaths[] copy(VectorMaths[] array) | ||
| public static ArrayMaths[] copy(ArrayMaths[] array) | ||
| public static Matrix[] copy(Matrix[] array) | ||
| public static ComplexMatrix[] copy(PComplexMatrix[] array) | ||
| public static Polynomial[] copy(Polynomial[] array) | ||
| public static ComplexPoly[] copy(ComplexPoly[] array) | ||
| public static Phasor[] copy(Phasor[] array) | ||
| public static ErrorProp[] copy(ErrorProp[] array) | ||
| public static ComplexErrorProp[] copy(ComplexErrorProp[] array) | ||
| public static Double[] copy(Double[] array) | ||
| public static Float[] copy(Float[] array) | ||
| public static Long[] copy(Long[] array) | ||
| public static Integer[] copy(Integer[] array) | ||
| public static Short[] copy(Short[] array) | ||
| public static Byte[] copy(Byte[] array) | ||
| public static Character[] copy(Character[] array) | ||
| Deep copy a 2-D array | public static double[][] copy(double[][] array) | |
| public static float[][] copy(float[][] array) | ||
| public static long[][] copy(long[][] array) | ||
| public static int[][] copy(int[][] array) | ||
| public static short[][] copy(short[][] array) | ||
| public static byte[][] copy(byte[][] array) | ||
| public static char[][] copy(char[][] array) | ||
| public static String[][] copy(String[][] array) | ||
| public static BigDecimal[][] copy(BigDecimal[][] array) | ||
| public static BigInteger[][] copy(BigInteger[][] array) | ||
| public static Complex[][] copy(Complex[][] array) | ||
| public static Point[][] copy(Point[][] array) | ||
| public static VectorMaths[][] copy(VectorMaths[][] array) | ||
| public static ArrayMaths[][] copy(ArrayMaths[][] array) | ||
| public static Matrix[][] copy(Matrix[] array) | ||
| public static ComplexMatrix[] copy(PComplexMatrix[][] array) | ||
| public static Polynomial[][] copy(Polynomial[][] array) | ||
| public static ComplexPoly[][] copy(ComplexPoly[][] array) | ||
| public static Phasor[][] copy(Phasor[][] array) | ||
| public static ErrorProp[][] copy(ErrorProp[][] array) | ||
| public static ComplexErrorProp[][] copy(ComplexErrorProp[][] array) | ||
| public static Double[][] copy(Double[][] array) | ||
| public static Float[][] copy(Float[][] array) | ||
| public static Long[][] copy(Long[][] array) | ||
| public static Integer[][] copy(Integer[][] array) | ||
| public static Short[][] copy(Short[][] array) | ||
| public static Byte[][] copy(Byte[][] array) | ||
| public static Character[][] copy(Character[][] array) | ||
| Deep copy a 3-D array | public static double[][][] copy(double[][][] array) | |
| public static float[][][] copy(float[][][] array) | ||
| public static long[][][] copy(long[][][] array) | ||
| public static int[][][] copy(int[][][] array) | ||
| public static short[][][] copy(short[][][] array) | ||
| public static byte[][][] copy(byte[][][] array) | ||
| public static char[][][] copy(char[][][] array) | ||
| public static String[][][] copy(String[][][] array) | ||
| public static BigDecimal[][][] copy(BigDecimal[][][] array) | ||
| public static BigInteger[][][] copy(BigInteger[][][] array) | ||
| public static Complex[][][] copy(Complex[][][] array) | ||
| public static Point[][][] copy(Point[][][] array) | ||
| public static VectorMaths[][][] copy(VectorMaths[][][] array) | ||
| public static ArrayMaths[][][] copy(ArrayMaths[][][] array) | ||
| public static Matrix[][][] copy(Matrix[][][] array) | ||
| public static ComplexMatrix[][][] copy(PComplexMatrix[][][] array) | ||
| public static Polynomial[][][] copy(Polynomial[][][] array) | ||
| public static ComplexPoly[][][] copy(ComplexPoly[][][] array) | ||
| public static Phasor[][][] copy(Phasor[][][] array) | ||
| public static ErrorProp[][][] copy(ErrorProp[][][] array) | ||
| public static ComplexErrorProp[][][] copy(ComplexErrorProp[][][] array) | ||
| public static Double[][][] copy(Double[][][] array) | ||
| public static Float[][][] copy(Float[][][] array) | ||
| public static Long[][][] copy(Long[][][] array) | ||
| public static Integer[][][] copy(Integer[][][] array) | ||
| public static Short[][][] copy(Short[][][] array) | ||
| public static Byte[][][] copy(Byte[][][] array) | ||
| public static Character[][][] copy(Character[][][] array) | ||
| Deep copy a 4-D array | public static double[][][][] copy(double[][][][] array) | |
| public static float[][][][] copy(float[][][][] array) | ||
| public static long[][][][] copy(long[][][][] array) | ||
| public static int[][][][] copy(int[][][][] array) | ||
| public static short[][][][] copy(short[][][][] array) | ||
| public static byte[][][][] copy(byte[][][][] array) | ||
| public static char[][][][] copy(char[][][][] array) | ||
| public static String[][][][] copy(String[][][][] array) | ||
| public static BigDecimal[][][][] copy(BigDecimal[][][][] array) | ||
| public static BigInteger[][][][] copy(BigInteger[][][][] array) | ||
| public static Complex[][][][] copy(Complex[][][][] array) | ||
| public static Point[][][][] copy(Point[][][][] array) | ||
| public static VectorMaths[][][][] copy(VectorMaths[][][][] array) | ||
| public static ArrayMaths[][][][] copy(ArrayMaths[][][][] array) | ||
| public static Matrix[][][][] copy(Matrix[][][][] array) | ||
| public static ComplexMatrix[][][][] copy(PComplexMatrix[][][][] array) | ||
| public static Polynomial[][][][] copy(Polynomial[][][][] array) | ||
| public static ComplexPoly[][][][] copy(ComplexPoly[][][][] array) | ||
| public static Phasor[][][][] copy(Phasor[][][][] array) | ||
| public static ErrorProp[][][][] copy(ErrorProp[][][][] array) | ||
| public static ComplexErrorProp[][][][] copy(ComplexErrorProp[][][][] array) | ||
| public static Double[][][][] copy(Double[][][][] array) | ||
| public static Float[][][][] copy(Float[][][][] array) | ||
| public static Long[][][][] copy(Long[][][][] array) | ||
| public static Integer[][][][] copy(Integer[][][][] array) | ||
| public static Short[][][][] copy(Short[][][][] array) | ||
| public static Byte[][][][] copy(Byte[][][][] array) | ||
| public static Character[][][][] copy(Character[][][][] array) |