com.liferay.portal.kernel.util
Class CharPool

java.lang.Object
  extended by com.liferay.portal.kernel.util.CharPool

public class CharPool
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Field Summary
static char AMPERSAND
           
static char APOSTROPHE
           
static char AT
           
static char BACK_SLASH
           
static char CLOSE_BRACKET
           
static char CLOSE_CURLY_BRACE
           
static char CLOSE_PARENTHESIS
           
static char COLON
           
static char COMMA
           
static char DASH
           
static char EQUAL
           
static char FORWARD_SLASH
           
static char GREATER_THAN
           
static char LESS_THAN
           
static char LOWER_CASE_E
           
static char MINUS
           
static char NEW_LINE
           
static char OPEN_BRACKET
           
static char OPEN_CURLY_BRACE
           
static char OPEN_PARENTHESIS
           
static char PERCENT
           
static char PERIOD
           
static char PIPE
           
static char PLUS
           
static char POUND
           
static char QUESTION
           
static char QUOTE
           
static char RETURN
           
static char SEMICOLON
           
static char SLASH
           
static char SPACE
           
static char STAR
           
static char TILDE
           
static char UNDERLINE
           
static char UPPER_CASE_E
           
 
Constructor Summary
CharPool()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AMPERSAND

public static final char AMPERSAND
See Also:
Constant Field Values

APOSTROPHE

public static final char APOSTROPHE
See Also:
Constant Field Values

AT

public static final char AT
See Also:
Constant Field Values

BACK_SLASH

public static final char BACK_SLASH
See Also:
Constant Field Values

CLOSE_BRACKET

public static final char CLOSE_BRACKET
See Also:
Constant Field Values

CLOSE_CURLY_BRACE

public static final char CLOSE_CURLY_BRACE
See Also:
Constant Field Values

CLOSE_PARENTHESIS

public static final char CLOSE_PARENTHESIS
See Also:
Constant Field Values

COLON

public static final char COLON
See Also:
Constant Field Values

COMMA

public static final char COMMA
See Also:
Constant Field Values

DASH

public static final char DASH
See Also:
Constant Field Values

EQUAL

public static final char EQUAL
See Also:
Constant Field Values

GREATER_THAN

public static final char GREATER_THAN
See Also:
Constant Field Values

FORWARD_SLASH

public static final char FORWARD_SLASH
See Also:
Constant Field Values

LESS_THAN

public static final char LESS_THAN
See Also:
Constant Field Values

LOWER_CASE_E

public static final char LOWER_CASE_E
See Also:
Constant Field Values

MINUS

public static final char MINUS
See Also:
Constant Field Values

NEW_LINE

public static final char NEW_LINE
See Also:
Constant Field Values

OPEN_BRACKET

public static final char OPEN_BRACKET
See Also:
Constant Field Values

OPEN_CURLY_BRACE

public static final char OPEN_CURLY_BRACE
See Also:
Constant Field Values

OPEN_PARENTHESIS

public static final char OPEN_PARENTHESIS
See Also:
Constant Field Values

PERCENT

public static final char PERCENT
See Also:
Constant Field Values

PERIOD

public static final char PERIOD
See Also:
Constant Field Values

PIPE

public static final char PIPE
See Also:
Constant Field Values

PLUS

public static final char PLUS
See Also:
Constant Field Values

POUND

public static final char POUND
See Also:
Constant Field Values

QUESTION

public static final char QUESTION
See Also:
Constant Field Values

QUOTE

public static final char QUOTE
See Also:
Constant Field Values

RETURN

public static final char RETURN
See Also:
Constant Field Values

SEMICOLON

public static final char SEMICOLON
See Also:
Constant Field Values

SLASH

public static final char SLASH
See Also:
Constant Field Values

SPACE

public static final char SPACE
See Also:
Constant Field Values

STAR

public static final char STAR
See Also:
Constant Field Values

TILDE

public static final char TILDE
See Also:
Constant Field Values

UNDERLINE

public static final char UNDERLINE
See Also:
Constant Field Values

UPPER_CASE_E

public static final char UPPER_CASE_E
See Also:
Constant Field Values
Constructor Detail

CharPool

public CharPool()