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 behaviour in more detail.
#ThreadSafe#