com.liferay.portal.kernel.util
Class CharPool
java.lang.Object
com.liferay.portal.kernel.util.CharPool
public class CharPool
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
CharPool
public CharPool()