public class RectangularArrayExamples
extends java.lang.Object
Constructor and Description |
---|
RectangularArrayExamples() |
public static int[][] getIntDoubleRectangularArrayExample()
public static boolean[][] getBooleanDoubleRectangularArrayExample()
public static byte[][] getByteDoubleRectangularArrayExample()
public static long[][] getLongDoubleRectangularArrayExample()
public static short[][] getShortDoubleRectangularArrayExample()
public static double[][] getDoubleDoubleRectangularArrayExample()
public static char[][] getCharDoubleRectangularArrayExample()
public static float[][] getFloatDoubleRectangularArrayExample()
public static java.lang.String[][] getStringDoubleRectangularArrayExample()
public static DummyPoint[][] getDummyPointDoubleRectangularArrayExample()
public static int[][][] getIntTripleRectangularArrayExample()
public static boolean[][][] getBooleanTripleRectangularArrayExample()
public static byte[][][] getByteTripleRectangularArrayExample()
public static long[][][] getLongTripleRectangularArrayExample()
public static short[][][] getShortTripleRectangularArrayExample()
public static double[][][] getDoubleTripleRectangularArrayExample()
public static char[][][] getCharTripleRectangularArrayExample()
public static float[][][] getFloatTripleRectangularArrayExample()
public static java.lang.String[][][] getStringTripleRectangularArrayExample()
public static DummyPoint[][][] getDummyPointTripleRectangularArrayExample()