public class ConstantPool extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
BOOLEAN_DEFAULT |
static Boolean |
BOOLEAN_WRAPPER_DEFAULT |
static byte |
BYTE_DEFAULT |
static Byte |
BYTE_WRAPPER_DEFAULT |
static double |
DOUBLE_DEFAULT |
static Double |
DOUBLE_WRAPPER_DEFAULT |
static String |
EMPTY_STRING |
static float |
FLOAT_DEFAULT |
static Float |
FLOAT_WRAPPER_DEFAULT |
static char |
CHAR_DEFAULT |
static Character |
CHARACTER_WRAPPER_DEFAULT |
static int |
INT_DEFAULT |
static Integer |
INTEGER_WRAPPER_DEFAULT |
static long |
LONG_DEFAULT |
static Long |
LONG_WRAPPER_DEFAULT |
static short |
SHORT_DEFAULT |
static Short |
SHORT_WRAPPER_DEFAULT |
static String |
STRING_DEFAULT |
| Constructor and Description |
|---|
ConstantPool() |
public static final byte BYTE_DEFAULT
public static final short SHORT_DEFAULT
public static final int INT_DEFAULT
public static final long LONG_DEFAULT
public static final float FLOAT_DEFAULT
public static final double DOUBLE_DEFAULT
public static final char CHAR_DEFAULT
public static final boolean BOOLEAN_DEFAULT
public static final Byte BYTE_WRAPPER_DEFAULT
public static final Short SHORT_WRAPPER_DEFAULT
public static final Integer INTEGER_WRAPPER_DEFAULT
public static final Long LONG_WRAPPER_DEFAULT
public static final Float FLOAT_WRAPPER_DEFAULT
public static final Double DOUBLE_WRAPPER_DEFAULT
public static final Character CHARACTER_WRAPPER_DEFAULT
public static final Boolean BOOLEAN_WRAPPER_DEFAULT
public static final String EMPTY_STRING
public static final String STRING_DEFAULT
Copyright © 2015. All rights reserved.