Java为每一种基本数据类型都提供了一个包装类,
这些类是Character、 Boolean、Byte、Short、Integer、Long、Float和Double,
他们分别对应基本类型:
char 、boolean、 byte 、short、 int 、long 、float、 double
Java为每一种基本数据类型都提供了一个包装类,
这些类是Character、 Boolean、Byte、Short、Integer、Long、Float和Double,
他们分别对应基本类型:
char 、boolean、 byte 、short、 int 、long 、float、 double