Class RectangularArrayExamples


  • public class RectangularArrayExamples
    extends java.lang.Object
    Utility class that makes example rectangular java arrays of 2 and 3 dimensions for all primitive types, String and Point (as an example of array of non primitive object)
    • Constructor Detail

      • RectangularArrayExamples

        public RectangularArrayExamples()
    • Method Detail

      • getIntDoubleRectangularArrayExample

        public static int[][] getIntDoubleRectangularArrayExample()
      • getBooleanDoubleRectangularArrayExample

        public static boolean[][] getBooleanDoubleRectangularArrayExample()
      • getByteDoubleRectangularArrayExample

        public static byte[][] getByteDoubleRectangularArrayExample()
      • getLongDoubleRectangularArrayExample

        public static long[][] getLongDoubleRectangularArrayExample()
      • getShortDoubleRectangularArrayExample

        public static short[][] getShortDoubleRectangularArrayExample()
      • getDoubleDoubleRectangularArrayExample

        public static double[][] getDoubleDoubleRectangularArrayExample()
      • getCharDoubleRectangularArrayExample

        public static char[][] getCharDoubleRectangularArrayExample()
      • getFloatDoubleRectangularArrayExample

        public static float[][] getFloatDoubleRectangularArrayExample()
      • getStringDoubleRectangularArrayExample

        public static java.lang.String[][] getStringDoubleRectangularArrayExample()
      • getDummyPointDoubleRectangularArrayExample

        public static DummyPoint[][] getDummyPointDoubleRectangularArrayExample()
      • getIntTripleRectangularArrayExample

        public static int[][][] getIntTripleRectangularArrayExample()
      • getBooleanTripleRectangularArrayExample

        public static boolean[][][] getBooleanTripleRectangularArrayExample()
      • getByteTripleRectangularArrayExample

        public static byte[][][] getByteTripleRectangularArrayExample()
      • getLongTripleRectangularArrayExample

        public static long[][][] getLongTripleRectangularArrayExample()
      • getShortTripleRectangularArrayExample

        public static short[][][] getShortTripleRectangularArrayExample()
      • getDoubleTripleRectangularArrayExample

        public static double[][][] getDoubleTripleRectangularArrayExample()
      • getCharTripleRectangularArrayExample

        public static char[][][] getCharTripleRectangularArrayExample()
      • getFloatTripleRectangularArrayExample

        public static float[][][] getFloatTripleRectangularArrayExample()
      • getStringTripleRectangularArrayExample

        public static java.lang.String[][][] getStringTripleRectangularArrayExample()
      • getDummyPointTripleRectangularArrayExample

        public static DummyPoint[][][] getDummyPointTripleRectangularArrayExample()