⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 primitivearrays.java

📁 kaffe Java 解释器语言,源码,Java的子集系统,开放源代码
💻 JAVA
字号:
class PrimitiveArrays{    public static final boolean boolean_array0[] = {	false, false, false, false,	false, false, false, true,	false, false, true, false,	false, false, true, true,	false, true, false, false,	false, true, false, true,	false, true, true, false,	false, true, true, true,	true, false, false, false,	true, false, false, true,	true, false, true, false,	true, false, true, true,	true, true, false, false,	true, true, false, true,	true, true, true, false,	true, true, true, true,    };        public static final byte byte_array0[] = {	0x7d, 0x6e, 0x5a, 0x4d, 0x3b, 0x2e, 0x1e, 0x0f,    };        public static final char char_array0[] = {	'B', 'u', 'f', 'f', 'y',    };        public static final short short_array0[] = {	0x70f0, 0x70f0,	0x0f0f, 0x0f0f,	0x7ead, 0x7eef,    };    public static final int int_array0[] = {	0xf0f0f0f0,	0x0f0f0f0f,	0xdeadbeef,    };    public static final long long_array0[] = {	0xdeadbeefd0decadeL,	0xcafebabef00ba000L,    };    public static final boolean test_0__ref_boolean0 = false;    public static final boolean test_7__ref_boolean0 = true;    public static final boolean test_8__ref_boolean0 = false;    public static boolean ref_boolean0(int a)    {	return boolean_array0[a];    }        public static final byte test_0__ref_byte0 = 0x7d;    public static final byte test_1__ref_byte0 = 0x6e;    public static final byte test_2__ref_byte0 = 0x5a;    public static byte ref_byte0(int a)    {	return byte_array0[a];    }        public static final char test_0__ref_char0 = 'B';    public static final char test_1__ref_char0 = 'u';    public static final char test_2__ref_char0 = 'f';    public static char ref_char0(int a)    {	return char_array0[a];    }        public static final short test_0__ref_short0 = 0x70f0;    public static final short test_1__ref_short0 = 0x70f0;    public static final short test_4__ref_short0 = 0x7ead;    public static short ref_short0(int a)    {	return short_array0[a];    }        public static final int test_0__ref_int0 = 0xf0f0f0f0;    public static final int test_1__ref_int0 = 0x0f0f0f0f;    public static final int test_2__ref_int0 = 0xdeadbeef;    public static int ref_int0(int a)    {	return int_array0[a];    }        public static final long test_0__ref_long0 = 0xdeadbeefd0decadeL;    public static final long test_1__ref_long0 = 0xcafebabef00ba000L;    public static long ref_long0(int a)    {	return long_array0[a];    }        private PrimitiveArrays()    {    }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -