multidimensional.j
package 
 multidimensional extends java.lang.Object {
	public static java.lang.Object test_getObjectArray () 
	public static void test_setObjectArray () 
	public static boolean test_getBooleanArray () 
	public static void test_setBooleanArray () 
	public static byte test_getByteArray () 
	public static void test_setByteArray () 
	public static char test_getCharArray () 
	public static void test_setCharArray () 
	public static short test_getShortArray () 
	public static void test_setShortArray () 
	public static int test_getIntArray () 
	public static void test_setIntArray () 
	public static long test_getLongArray () 
	public static void test_setLongArray () 
	public static float test_getFloatArray () 
	public static void test_setFloatArray () 
	public static double test_getDoubleArray () 
	public static void test_setDoubleArray () 
}