14.5 Class Character
Java provides eight type-wrapper classes—Boolean
, Character
, Double
, Float
, Byte
, Short
, Integer
and Long
—that enable primitive-type values to be treated as objects. In this section, we present class Character
—the type-wrapper class for primitive type char
.
Most Character
methods are static
methods designed for convenience in processing individual char
values. These methods take at least a character argument and perform either a test or a manipulation of the character. Class Character
also contains a constructor that receives a char
argument to initialize a Character
object. Most of the methods of class Character
are presented in the next three examples. For more information on class Character
(and all the type-wrapper ...
Get Java™ How To Program (Early Objects), Tenth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.