~ 取反,求反码

This commit is contained in:
sdcuike 2015-08-07 23:06:17 +08:00
parent 2f73cafc70
commit cfb6c3a35f

View File

@ -149,7 +149,7 @@ public class LearnJava {
// 位运算操作符
/*
~
~ 取反,求反码
<< 带符号左移
>> 带符号右移
>>> 无符号右移