Method |
Description |
|
and ( object x, object y ) : object |
|
|
andNot ( object x, object y ) : object |
|
|
bitOpsWith ( BigIntegerBitOps x ) : BitOps |
|
|
bitOpsWith ( IntegerBitOps x ) : BitOps |
|
|
bitOpsWith ( LongBitOps x ) : BitOps |
|
|
clearBit ( object x, int n ) : object |
|
|
combine ( BitOps y ) : BitOps |
|
|
flipBit ( object x, int n ) : object |
|
|
not ( object x ) : object |
|
|
or ( object x, object y ) : object |
|
|
setBit ( object x, int n ) : object |
|
|
shiftLeft ( object x, int n ) : object |
|
|
shiftRight ( object x, int n ) : object |
|
|
testBit ( object x, int n ) : bool |
|
|
xor ( object x, object y ) : object |
|
|