数据种类 | 数据类型 | 包装类 |
---|---|---|
整型 | int | Integer |
整型 | byte | Byte |
短整型 | short | Short |
长整型 | long | Long |
单精度浮点型 | float | Float |
双精度浮点型 | double | Double |
字符型 | char | Character |
布尔型 | boolean | Boolean |
-
整型:
|int||
byte
short
long -
字符型:
-
浮点型:
-
布尔型:
数据种类 | 数据类型 | 包装类 |
---|---|---|
整型 | int | Integer |
整型 | byte | Byte |
短整型 | short | Short |
长整型 | long | Long |
单精度浮点型 | float | Float |
双精度浮点型 | double | Double |
字符型 | char | Character |
布尔型 | boolean | Boolean |
整型:
|int||
byte
short
long
字符型:
浮点型:
布尔型:
本文标题:基本数据类型的封装类
本文链接:https://www.haomeiwen.com/subject/plquyftx.html
网友评论