xref: /aosp_15_r20/dalvik/dx/tests/111-use-null-as-array/Blort.class (revision 055d459012065f78d96b68be8421640240ddf631)
Blort.java
package 
public Blort extends java.lang.Object {
	public void <init> () 
	public static boolean test_getBooleanArray () 
		boolean[] arr
	public static byte test_getByteArray () 
		byte[] arr
	public static char test_getCharArray () 
		char[] arr
	public static double test_getDoubleArray () 
		double[] arr
	public static float test_getFloatArray () 
		float[] arr
	public static int test_getIntArray () 
		int[] arr
	public static long test_getLongArray () 
		long[] arr
	public static java.lang.Object test_getObjectArray () 
		Object[] arr
	public static short test_getShortArray () 
		short[] arr
	public static void test_setBooleanArray () 
		boolean[] arr
	public static void test_setByteArray () 
		byte[] arr
	public static void test_setCharArray () 
		char[] arr
	public static void test_setDoubleArray () 
		double[] arr
	public static void test_setFloatArray () 
		float[] arr
	public static void test_setIntArray () 
		int[] arr
	public static void test_setLongArray () 
		long[] arr
	public static void test_setObjectArray () 
		Object[] arr
	public static void test_setShortArray () 
		short[] arr
}