|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--jdc.java.lang.Object
|
+--com.jdc.type.Char
Char implements common Unicode
(§3.1) character set constants used throughout an application. Refer to Character Literals
(§3.10.4) and Escape sequences for Character Literals (§3.10.6) in the
The Java™ Language Specification for more information.
| Field Summary | |
static String |
ASTERISK
The asterisk character. |
static String |
AT
The at sign character. |
static String |
BACKSLASH
The backslash character. |
static String |
COLON
The colon character. |
static String |
COMMA
The comma character. |
static String |
COPYRIGHT
The copyright character. |
static String |
DOLLAR_SIGN
The dollar sign character. |
static String |
DOUBLE_QUOTE
The double quote character. |
static String |
EQUALS
The equals, i.e. equal to, character. |
static String |
EXCLAMATION_POINT
The exclamation point character. |
static String |
FILE_SEPARATOR
The system file separator. |
static String |
HYPHEN
The hyphen character. |
static String |
LEFT_BRACE
The left brace character. |
static String |
LEFT_BRACKET
The left bracket character. |
static String |
LEFT_PARENTHESIS
The left parenthesis character. |
static String |
NEW_LINE
The new line character. |
static String |
PATH_SEPARATOR
The system path separator. |
static String |
PERIOD
The period character. |
static String |
QUESTION_MARK
The question mark character. |
static String |
RIGHT_BRACE
The right brace character. |
static String |
RIGHT_BRACKET
The right bracket character. |
static String |
RIGHT_PARENTHESIS
The right parenthesis character. |
static String |
SEMICOLON
The semicolon character. |
static String |
SINGLE_QUOTE
The single quote character. |
static String |
SLASH
The forward slash character. |
static String |
SPACE
The space, i.e. blank, character. |
static String |
UNDERSCORE
The underscore character. |
static String |
ZERO
The numeric zero character. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String ASTERISK
public static final String AT
public static final String BACKSLASH
public static final String COLON
public static final String COMMA
public static final String COPYRIGHT
public static final String DOUBLE_QUOTE
public static final String DOLLAR_SIGN
public static final String EQUALS
public static final String EXCLAMATION_POINT
public static final String FILE_SEPARATOR
public static final String HYPHEN
public static final String LEFT_BRACE
public static final String LEFT_BRACKET
public static final String LEFT_PARENTHESIS
public static final String NEW_LINE
public static final String PATH_SEPARATOR
public static final String PERIOD
public static final String QUESTION_MARK
public static final String RIGHT_BRACE
public static final String RIGHT_BRACKET
public static final String RIGHT_PARENTHESIS
public static final String SEMICOLON
public static final String SINGLE_QUOTE
public static final String SLASH
public static final String SPACE
public static final String UNDERSCORE
public static final String ZERO
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||