|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Common Constants.
Nested Class Summary | |
static class |
CommonConstants.EmptyIterator
Empty Iterator. |
Field Summary | |
static byte[] |
EMPTY_BYTE_ARRAY
Empty array of bytes (the value is byte[0]). |
static float[] |
EMPTY_FLOAT_ARRAY
Empty array of floats (the value is float[0]). |
static int[] |
EMPTY_INT_ARRAY
Empty array of ints (the value is int[0]). |
static CommonConstants.EmptyIterator |
EMPTY_ITERATOR
Empty iterator. |
static java.lang.Object[] |
EMPTY_OBJECT_ARRAY
Empty array of objects (the value is Object[0]). |
static java.lang.String[] |
EMPTY_STRING_ARRAY
Empty array of strings (the value is String[0]). |
static java.lang.String |
STRING_COMMA
Comma string (the value is ","). |
static java.lang.String |
STRING_DEFAULT_LINE_SEPARATOR
Default line separator string (the value is "n"). |
static java.lang.String |
STRING_DOT
Dot string (the value is "."). |
static java.lang.String |
STRING_EMPTY
Empty string (the value is ""). |
static java.lang.String |
STRING_FALSE
False string (value is "false"). |
static java.lang.String |
STRING_NULL
Null string (the value is "null"). |
static java.lang.String |
STRING_SLASH
Slash string (the value is "/"). |
static java.lang.String |
STRING_SPACE
Space string (the value is " "). |
static java.lang.String |
STRING_TAB
Tab string (the value is "t"). |
static java.lang.String |
STRING_TEXT
Text string (the value is "text"). |
static java.lang.String |
STRING_TEXT_HTML
Text/HTML string (the value is "text/html"). |
static java.lang.String |
STRING_TRUE
True string (value is "true"). |
Field Detail |
public static final java.lang.String STRING_EMPTY
public static final java.lang.String STRING_SPACE
public static final java.lang.String STRING_DOT
public static final java.lang.String STRING_COMMA
public static final java.lang.String STRING_SLASH
public static final java.lang.String STRING_TAB
public static final java.lang.String STRING_DEFAULT_LINE_SEPARATOR
public static final java.lang.String STRING_NULL
public static final java.lang.String STRING_TRUE
public static final java.lang.String STRING_FALSE
public static final java.lang.String STRING_TEXT
public static final java.lang.String STRING_TEXT_HTML
public static final java.lang.Object[] EMPTY_OBJECT_ARRAY
public static final java.lang.String[] EMPTY_STRING_ARRAY
public static final int[] EMPTY_INT_ARRAY
public static final byte[] EMPTY_BYTE_ARRAY
public static final float[] EMPTY_FLOAT_ARRAY
public static final CommonConstants.EmptyIterator EMPTY_ITERATOR
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |