Skip to content

Commit

Permalink
change content of basic type
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghj7425 committed Apr 4, 2018
1 parent ecf0b0b commit 44e1e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/thinkInJava/chapter2.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
### 2.2.2 特列: 基本类型<br>
> 所有数量类型都有正负号,Java 不存在无符号的数值类型。<br>
| 基本类型 | 大小 | 最小值 | 最大值 | 包装器类型 |
| 基本类型 |大小 |最小值 |最大值 | 包装器类型 |
| ------------- | -----------:|------------:| -----------:|-----------:|
| boolean | —— | —— | —— | Boolean |
| char | 16-bit | Unicode 0 | Unicode 2<sup>16</sup>-1| Character|
Expand Down

0 comments on commit 44e1e0e

Please sign in to comment.