com.mcdermottroe.exemplar
Interface Constants.Character

Enclosing interface:
Constants

public static interface Constants.Character

Character literal constants.


Field Summary
static char AMPERSAND
          The ampersand character '&', '&'.
static char CARRIAGE_RETURN
          The carriage return character '\r', ' '.
static char COLON
          The colon character ':', ':'.
static char COMMA
          The comma character ',', ','.
static char DOLLAR
          The dollar character '$', '$'.
static char DOUBLE_QUOTE
          The double quote character '"', '"'.
static char EQUALS
          The equals character '=', '='.
static char EXCLAMATION_MARK
          The exclamation mar character '!', '!'.
static char FULL_STOP
          The full stop (period, dot) character '.', '.'.
static char HASH
          The hash (octothorpe, pound) character '#', '#'.
static char LEFT_CURLY
          The opening brace (curly brace, curly bracket) character '{', '{'.
static char LEFT_PAREN
          The opening parenthesis (round bracket) character '(', '('.
static char MINUS
          The minus character '-', '-'.
static char NEW_LINE
          The new line character '\n', ' '.
static char NULL
          The null character '\0', ''.
static char PERCENT
          The percent character '%', '%'.
static char PIPE
          The pipe character '|', '|'.
static char PLUS
          The plus character '+', '+'.
static char QUESTION_MARK
          The question mark character '?', '?'.
static char RIGHT_CURLY
          The closing brace (curly brace, curly bracket) character '}', '}'.
static char RIGHT_PAREN
          The closing parenthesis (round bracket) character ')', ')'.
static char SEMI_COLON
          The semi-colon character ';', ';'.
static char SLASH
          The slash character '/', '/'.
static char SPACE
          The space character ' ', ' '.
static char STAR
          The asterisk (star) character '*', '*'.
static char TAB
          The tab character '\t', ' '.
static char UNDERSCORE
          The underscore character '_', '_'.
 

Field Detail

AMPERSAND

static final char AMPERSAND
The ampersand character '&', '&'.

See Also:
Constant Field Values

CARRIAGE_RETURN

static final char CARRIAGE_RETURN
The carriage return character '\r', ' '.

See Also:
Constant Field Values

COLON

static final char COLON
The colon character ':', ':'.

See Also:
Constant Field Values

COMMA

static final char COMMA
The comma character ',', ','.

See Also:
Constant Field Values

DOLLAR

static final char DOLLAR
The dollar character '$', '$'.

See Also:
Constant Field Values

DOUBLE_QUOTE

static final char DOUBLE_QUOTE
The double quote character '"', '"'.

See Also:
Constant Field Values

EQUALS

static final char EQUALS
The equals character '=', '='.

See Also:
Constant Field Values

EXCLAMATION_MARK

static final char EXCLAMATION_MARK
The exclamation mar character '!', '!'.

See Also:
Constant Field Values

FULL_STOP

static final char FULL_STOP
The full stop (period, dot) character '.', '.'.

See Also:
Constant Field Values

HASH

static final char HASH
The hash (octothorpe, pound) character '#', '#'.

See Also:
Constant Field Values

LEFT_CURLY

static final char LEFT_CURLY
The opening brace (curly brace, curly bracket) character '{', '{'.

See Also:
Constant Field Values

LEFT_PAREN

static final char LEFT_PAREN
The opening parenthesis (round bracket) character '(', '('.

See Also:
Constant Field Values

MINUS

static final char MINUS
The minus character '-', '-'.

See Also:
Constant Field Values

NEW_LINE

static final char NEW_LINE
The new line character '\n', ' '.

See Also:
Constant Field Values

NULL

static final char NULL
The null character '\0', ''.

See Also:
Constant Field Values

PERCENT

static final char PERCENT
The percent character '%', '%'.

See Also:
Constant Field Values

PIPE

static final char PIPE
The pipe character '|', '|'.

See Also:
Constant Field Values

PLUS

static final char PLUS
The plus character '+', '+'.

See Also:
Constant Field Values

QUESTION_MARK

static final char QUESTION_MARK
The question mark character '?', '?'.

See Also:
Constant Field Values

RIGHT_CURLY

static final char RIGHT_CURLY
The closing brace (curly brace, curly bracket) character '}', '}'.

See Also:
Constant Field Values

RIGHT_PAREN

static final char RIGHT_PAREN
The closing parenthesis (round bracket) character ')', ')'.

See Also:
Constant Field Values

SEMI_COLON

static final char SEMI_COLON
The semi-colon character ';', ';'.

See Also:
Constant Field Values

SLASH

static final char SLASH
The slash character '/', '/'.

See Also:
Constant Field Values

SPACE

static final char SPACE
The space character ' ', ' '.

See Also:
Constant Field Values

STAR

static final char STAR
The asterisk (star) character '*', '*'.

See Also:
Constant Field Values

TAB

static final char TAB
The tab character '\t', ' '.

See Also:
Constant Field Values

UNDERSCORE

static final char UNDERSCORE
The underscore character '_', '_'.

See Also:
Constant Field Values