Package com.singularsys.jep.misc.bitwise

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.
 



Copyright © 2008 Singular Systems http://www.singularsys.com/jep