|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
---|---|
BitAnd | Bitwise And, like the java a & b operator. |
BitComp | Unary bitwise complement, like the java ~a operator. |
BitOr | Bitwise Or, like the java a | b operator. |
BitwiseOperatorTable | |
BitXor | Bitwise Xor, like the java a ^ b operator. |
LShift | Bitwise Left shift, like the java a << b operator. |
RShift | Bitwise right shift with sign extension, like the java a >> b operator. |
URShift | Bitwise right shift with zero extension, like the java a <<< b operator. |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |