public class CharUtils
extends java.lang.Object
Operations on char primitives and Character objects.
This class tries to handle null
input gracefully.
An exception will not be thrown for a null
input.
Each method documents its behavior in more detail.
#ThreadSafe#
Modifier and Type | Field and Description |
---|---|
private static java.lang.String[] |
CHAR_STRING_ARRAY |
static char |
CR
Carriage return characterf CR ('\r', Unicode 000d).
|
private static char[] |
HEX_DIGITS |
static char |
LF
Linefeed character LF (
'\n' , Unicode 000a). |
static char |
NUL
|