Méthode | 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 |
public andNot ( object x, object y ) : object | ||
x | object | |
y | object | |
Résultat | object |
public bitOpsWith ( BigIntegerBitOps x ) : BitOps | ||
x | BigIntegerBitOps | |
Résultat | BitOps |
public bitOpsWith ( IntegerBitOps x ) : BitOps | ||
x | IntegerBitOps | |
Résultat | BitOps |
public bitOpsWith ( LongBitOps x ) : BitOps | ||
x | LongBitOps | |
Résultat | BitOps |
public clearBit ( object x, int n ) : object | ||
x | object | |
n | int | |
Résultat | object |
public shiftLeft ( object x, int n ) : object | ||
x | object | |
n | int | |
Résultat | object |
public shiftRight ( object x, int n ) : object | ||
x | object | |
n | int | |
Résultat | object |