and
Returns a BigInteger whose value is (this & val). (This method returns a negative BigInteger if and only if this and val are both negative.)
Return
this & val
Parameters
val
value to be AND'ed with this BigInteger.
Returns a BigInteger whose value is (this & val). (This method returns a negative BigInteger if and only if this and val are both negative.)
this & val
value to be AND'ed with this BigInteger.