2004.04.29


com.jdc.type
Class Char

java.lang.Object
  |
  +--jdc.java.lang.Object
        |
        +--com.jdc.type.Char

public class Char
extends Object

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.

Reference:
The Java™ Language Specification Second Edition, Pages 26 thru 29.
Note:
This is a reference class and cannot be instantiated.

Version:
1.0
Author:
Jay Damon
See Also:
Serialized Form

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

ASTERISK

public static final String ASTERISK
The asterisk character.

See Also:
Constant Field Values

AT

public static final String AT
The at sign character.

See Also:
Constant Field Values

BACKSLASH

public static final String BACKSLASH
The backslash character.

See Also:
Constant Field Values

COLON

public static final String COLON
The colon character.

See Also:
Constant Field Values

COMMA

public static final String COMMA
The comma character.

See Also:
Constant Field Values

COPYRIGHT

public static final String COPYRIGHT
The copyright character.

See Also:
Constant Field Values

DOUBLE_QUOTE

public static final String DOUBLE_QUOTE
The double quote character.

See Also:
Constant Field Values

DOLLAR_SIGN

public static final String DOLLAR_SIGN
The dollar sign character.

See Also:
Constant Field Values

EQUALS

public static final String EQUALS
The equals, i.e. equal to, character.

See Also:
Constant Field Values

EXCLAMATION_POINT

public static final String EXCLAMATION_POINT
The exclamation point character.

See Also:
Constant Field Values

FILE_SEPARATOR

public static final String FILE_SEPARATOR
The system file separator.


HYPHEN

public static final String HYPHEN
The hyphen character.

See Also:
Constant Field Values

LEFT_BRACE

public static final String LEFT_BRACE
The left brace character.

See Also:
Constant Field Values

LEFT_BRACKET

public static final String LEFT_BRACKET
The left bracket character.

See Also:
Constant Field Values

LEFT_PARENTHESIS

public static final String LEFT_PARENTHESIS
The left parenthesis character.

See Also:
Constant Field Values

NEW_LINE

public static final String NEW_LINE
The new line character.

See Also:
Constant Field Values

PATH_SEPARATOR

public static final String PATH_SEPARATOR
The system path separator.


PERIOD

public static final String PERIOD
The period character.

See Also:
Constant Field Values

QUESTION_MARK

public static final String QUESTION_MARK
The question mark character.

See Also:
Constant Field Values

RIGHT_BRACE

public static final String RIGHT_BRACE
The right brace character.

See Also:
Constant Field Values

RIGHT_BRACKET

public static final String RIGHT_BRACKET
The right bracket character.

See Also:
Constant Field Values

RIGHT_PARENTHESIS

public static final String RIGHT_PARENTHESIS
The right parenthesis character.

See Also:
Constant Field Values

SEMICOLON

public static final String SEMICOLON
The semicolon character.

See Also:
Constant Field Values

SINGLE_QUOTE

public static final String SINGLE_QUOTE
The single quote character.

See Also:
Constant Field Values

SLASH

public static final String SLASH
The forward slash character.

See Also:
Constant Field Values

SPACE

public static final String SPACE
The space, i.e. blank, character.

See Also:
Constant Field Values

UNDERSCORE

public static final String UNDERSCORE
The underscore character.

See Also:
Constant Field Values

ZERO

public static final String ZERO
The numeric zero character.

See Also:
Constant Field Values

2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.