xref: /aosp_15_r20/dalvik/dx/tests/111-use-null-as-array/multidimensional.class (revision 055d459012065f78d96b68be8421640240ddf631)
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 () 
}