Class RectangularArrayExamples
java.lang.Object
   RectangularArrayExamples
RectangularArrayExamples
- public class RectangularArrayExamples 
- extends 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)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RectangularArrayExamples
public RectangularArrayExamples()
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 String[][] getStringDoubleRectangularArrayExample()
- 
 
getPointDoubleRectangularArrayExample
public static Point[][] getPointDoubleRectangularArrayExample()
- 
 
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 String[][][] getStringTripleRectangularArrayExample()
- 
 
getPointTripleRectangularArrayExample
public static Point[][][] getPointTripleRectangularArrayExample()
-