java.lang.Object
org.seppiko.commons.utils.CharUtil
Character Util
- Author:
- Leonard Woo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NULL
NUL or '\0' -
HORIZONTAL_TABULATION
HT or '\t' -
LINE_FEED
LF or '\n' -
VERTICAL_TABULATION
VT or '\v' -
FORM_FEED
FF or '\f' -
CARRIAGE_RETURN
CR or '\r'
-
-
Constructor Details
-
CharUtil
public CharUtil()
-