| java.lang.Object net.sf.jga.fn.arithmetic.BigIntMath
Method Summary | |
public BigInteger | and(BigInteger x, BigInteger y) | public BigInteger | divides(BigInteger x, BigInteger y) | public BigInteger | minus(BigInteger x, BigInteger y) | public BigInteger | modulus(BigInteger x, BigInteger y) | public BigInteger | multiplies(BigInteger x, BigInteger y) | public BigInteger | negate(BigInteger x) | public BigInteger | not(BigInteger x) | public BigInteger | one() | public BigInteger | or(BigInteger x, BigInteger y) | public BigInteger | plus(BigInteger x, BigInteger y) | public BigInteger | shiftLeft(BigInteger x, Integer y) | public BigInteger | signedShiftRight(BigInteger x, Integer y) | public BigInteger | unsignedShiftRight(BigInteger x, Integer y) Optional. | public BigInteger | valueOf(Number value) | public BigInteger | xor(BigInteger x, BigInteger y) | public BigInteger | zero() |
serialVersionUID | final static long serialVersionUID(Code) | | |
|
|