BigInteger.xor

Returns a BigInteger whose value is {@code (this ^ val)}. (This method returns a negative BigInteger if and only if exactly one of this and val are negative.)

@param val value to be XOR'ed with this BigInteger. @return {@code this ^ val}

class BigInteger
xor

Meta