public class DeepCopyUtil
extends java.lang.Object
Constructor and Description |
---|
DeepCopyUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean[] |
deepCopy(boolean[] source) |
static boolean[][] |
deepCopy(boolean[][] source) |
static byte[] |
deepCopy(byte[] source) |
static byte[][] |
deepCopy(byte[][] source) |
static char[] |
deepCopy(char[] source) |
static char[][] |
deepCopy(char[][] source) |
static double[] |
deepCopy(double[] source) |
static double[][] |
deepCopy(double[][] source) |
static float[] |
deepCopy(float[] source) |
static float[][] |
deepCopy(float[][] source) |
static int[] |
deepCopy(int[] source) |
static int[][] |
deepCopy(int[][] source) |
static long[] |
deepCopy(long[] source) |
static long[][] |
deepCopy(long[][] source) |
static short[] |
deepCopy(short[] source) |
static short[][] |
deepCopy(short[][] source) |
static <T extends OMGeometry> |
deepCopy(T source) |
static <T extends OMGeometry> |
deepCopy(T[] source) |
public static double[] deepCopy(double[] source)
public static int[] deepCopy(int[] source)
public static boolean[] deepCopy(boolean[] source)
public static float[] deepCopy(float[] source)
public static char[] deepCopy(char[] source)
public static short[] deepCopy(short[] source)
public static long[] deepCopy(long[] source)
public static byte[] deepCopy(byte[] source)
public static <T extends OMGeometry> T deepCopy(T source)
public static <T extends OMGeometry> T[] deepCopy(T[] source)
public static double[][] deepCopy(double[][] source)
public static boolean[][] deepCopy(boolean[][] source)
public static byte[][] deepCopy(byte[][] source)
public static char[][] deepCopy(char[][] source)
public static int[][] deepCopy(int[][] source)
public static float[][] deepCopy(float[][] source)
public static long[][] deepCopy(long[][] source)
public static short[][] deepCopy(short[][] source)
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details