Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Java/java/math/BigInteger.fz


# Fuzion interface to instance members of Java instance class 'java.math.BigInteger'
#
# !!!!!!  DO NOT EDIT, GENERATED CODE !!!!!!
#
# This code was generated automatically using the fzjava tool V0.087 called 
# as follows:
#
#   ./build/bin/fzjava java.base -to=build/modules/java.base -verbose=0
#
public Java.java.math.BigInteger(redef forbidden void) ref : Java.java.lang.Number(forbidden), fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.abs()':
  #
  public abs Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "abs" "()Ljava/math/BigInteger;" BigInteger.this []

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.add(java.math.BigInteger)':
  #
  public add_Ljava_7_math_7_BigInteger_s_(arg0 Java.java.math.BigInteger) Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "add" "(Ljava/math/BigInteger;)Ljava/math/BigInteger;" BigInteger.this [(Java.java.math.BigInteger.add_Ljava_7_math_7_BigInteger_s_.this.arg0)]

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.andNot(java.math.BigInteger)':
  #
  public andNot_Ljava_7_math_7_BigInteger_s_(arg0 Java.java.math.BigInteger) Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "andNot" "(Ljava/math/BigInteger;)Ljava/math/BigInteger;" BigInteger.this [(Java.java.math.BigInteger.andNot_Ljava_7_math_7_BigInteger_s_.this.arg0)]

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.and(java.math.BigInteger)':
  #
  public and_Ljava_7_math_7_BigInteger_s_(arg0 Java.java.math.BigInteger) Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "and" "(Ljava/math/BigInteger;)Ljava/math/BigInteger;" BigInteger.this [(Java.java.math.BigInteger.and_Ljava_7_math_7_BigInteger_s_.this.arg0)]

  # call Java instance method 'public int java.math.BigInteger.bitCount()':
  #
  public bitCount i32 =>
    fuzion.java.call_virtual (i32) "java.math.BigInteger" "bitCount" "()I" BigInteger.this []

  # call Java instance method 'public int java.math.BigInteger.bitLength()':
  #
  public bitLength i32 =>
    fuzion.java.call_virtual (i32) "java.math.BigInteger" "bitLength" "()I" BigInteger.this []

  # call Java instance method 'public byte java.math.BigInteger.byteValueExact()':
  #
  public byteValueExact i8 =>
    fuzion.java.call_virtual (i8) "java.math.BigInteger" "byteValueExact" "()B" BigInteger.this []

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.clearBit(int)':
  #
  public clearBit_I(arg0 i32) Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "clearBit" "(I)Ljava/math/BigInteger;" BigInteger.this [(fuzion.java.i32_to_java_object Java.java.math.BigInteger.clearBit_I.this.arg0)]

  # call Java instance method 'public int java.math.BigInteger.compareTo(java.lang.Object)':
  #
  public compareTo_Ljava_7_lang_7_Object_s_(arg0 Java.java.lang.Object) i32 =>
    fuzion.java.call_virtual (i32) "java.math.BigInteger" "compareTo" "(Ljava/lang/Object;)I" BigInteger.this [(Java.java.math.BigInteger.compareTo_Ljava_7_lang_7_Object_s_.this.arg0)]

  # call Java instance method 'public int java.math.BigInteger.compareTo(java.math.BigInteger)':
  #
  public compareTo_Ljava_7_math_7_BigInteger_s_(arg0 Java.java.math.BigInteger) i32 =>
    fuzion.java.call_virtual (i32) "java.math.BigInteger" "compareTo" "(Ljava/math/BigInteger;)I" BigInteger.this [(Java.java.math.BigInteger.compareTo_Ljava_7_math_7_BigInteger_s_.this.arg0)]

  # call Java instance method 'public java.math.BigInteger[] java.math.BigInteger.divideAndRemainder(java.math.BigInteger)':
  #
  public divideAndRemainder_Ljava_7_math_7_BigInteger_s_(arg0 Java.java.math.BigInteger) fuzion.java.Array (Java.java.math.BigInteger) =>
    fuzion.java.call_virtual (fuzion.java.Array (Java.java.math.BigInteger)) "java.math.BigInteger" "divideAndRemainder" "(Ljava/math/BigInteger;)[Ljava/math/BigInteger;" BigInteger.this [(Java.java.math.BigInteger.divideAndRemainder_Ljava_7_math_7_BigInteger_s_.this.arg0)]

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.divide(java.math.BigInteger)':
  #
  public divide_Ljava_7_math_7_BigInteger_s_(arg0 Java.java.math.BigInteger) Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "divide" "(Ljava/math/BigInteger;)Ljava/math/BigInteger;" BigInteger.this [(Java.java.math.BigInteger.divide_Ljava_7_math_7_BigInteger_s_.this.arg0)]

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.flipBit(int)':
  #
  public flipBit_I(arg0 i32) Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "flipBit" "(I)Ljava/math/BigInteger;" BigInteger.this [(fuzion.java.i32_to_java_object Java.java.math.BigInteger.flipBit_I.this.arg0)]

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.gcd(java.math.BigInteger)':
  #
  public gcd_Ljava_7_math_7_BigInteger_s_(arg0 Java.java.math.BigInteger) Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "gcd" "(Ljava/math/BigInteger;)Ljava/math/BigInteger;" BigInteger.this [(Java.java.math.BigInteger.gcd_Ljava_7_math_7_BigInteger_s_.this.arg0)]

  # call Java instance method 'public int java.math.BigInteger.getLowestSetBit()':
  #
  public getLowestSetBit i32 =>
    fuzion.java.call_virtual (i32) "java.math.BigInteger" "getLowestSetBit" "()I" BigInteger.this []

  # call Java instance method 'public int java.math.BigInteger.intValueExact()':
  #
  public intValueExact i32 =>
    fuzion.java.call_virtual (i32) "java.math.BigInteger" "intValueExact" "()I" BigInteger.this []

  # call Java instance method 'public boolean java.math.BigInteger.isProbablePrime(int)':
  #
  public isProbablePrime_I(arg0 i32) bool =>
    fuzion.java.call_virtual (bool) "java.math.BigInteger" "isProbablePrime" "(I)Z" BigInteger.this [(fuzion.java.i32_to_java_object Java.java.math.BigInteger.isProbablePrime_I.this.arg0)]

  # call Java instance method 'public long java.math.BigInteger.longValueExact()':
  #
  public longValueExact i64 =>
    fuzion.java.call_virtual (i64) "java.math.BigInteger" "longValueExact" "()J" BigInteger.this []

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.max(java.math.BigInteger)':
  #
  public max_Ljava_7_math_7_BigInteger_s_(arg0 Java.java.math.BigInteger) Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "max" "(Ljava/math/BigInteger;)Ljava/math/BigInteger;" BigInteger.this [(Java.java.math.BigInteger.max_Ljava_7_math_7_BigInteger_s_.this.arg0)]

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.min(java.math.BigInteger)':
  #
  public min_Ljava_7_math_7_BigInteger_s_(arg0 Java.java.math.BigInteger) Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "min" "(Ljava/math/BigInteger;)Ljava/math/BigInteger;" BigInteger.this [(Java.java.math.BigInteger.min_Ljava_7_math_7_BigInteger_s_.this.arg0)]

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.modInverse(java.math.BigInteger)':
  #
  public modInverse_Ljava_7_math_7_BigInteger_s_(arg0 Java.java.math.BigInteger) Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "modInverse" "(Ljava/math/BigInteger;)Ljava/math/BigInteger;" BigInteger.this [(Java.java.math.BigInteger.modInverse_Ljava_7_math_7_BigInteger_s_.this.arg0)]

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.modPow(java.math.BigInteger,java.math.BigInteger)':
  #
  public modPow_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_(arg0 Java.java.math.BigInteger, arg1 Java.java.math.BigInteger) Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "modPow" "(Ljava/math/BigInteger;Ljava/math/BigInteger;)Ljava/math/BigInteger;" BigInteger.this [(Java.java.math.BigInteger.modPow_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_.this.arg0); (Java.java.math.BigInteger.modPow_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_.this.arg1)]

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.mod(java.math.BigInteger)':
  #
  public mod_Ljava_7_math_7_BigInteger_s_(arg0 Java.java.math.BigInteger) Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "mod" "(Ljava/math/BigInteger;)Ljava/math/BigInteger;" BigInteger.this [(Java.java.math.BigInteger.mod_Ljava_7_math_7_BigInteger_s_.this.arg0)]

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.multiply(java.math.BigInteger)':
  #
  public multiply_Ljava_7_math_7_BigInteger_s_(arg0 Java.java.math.BigInteger) Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "multiply" "(Ljava/math/BigInteger;)Ljava/math/BigInteger;" BigInteger.this [(Java.java.math.BigInteger.multiply_Ljava_7_math_7_BigInteger_s_.this.arg0)]

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.negate()':
  #
  public negate Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "negate" "()Ljava/math/BigInteger;" BigInteger.this []

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.nextProbablePrime()':
  #
  public nextProbablePrime Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "nextProbablePrime" "()Ljava/math/BigInteger;" BigInteger.this []

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.not()':
  #
  public not Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "not" "()Ljava/math/BigInteger;" BigInteger.this []

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.or(java.math.BigInteger)':
  #
  public or_Ljava_7_math_7_BigInteger_s_(arg0 Java.java.math.BigInteger) Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "or" "(Ljava/math/BigInteger;)Ljava/math/BigInteger;" BigInteger.this [(Java.java.math.BigInteger.or_Ljava_7_math_7_BigInteger_s_.this.arg0)]

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.parallelMultiply(java.math.BigInteger)':
  #
  public parallelMultiply_Ljava_7_math_7_BigInteger_s_(arg0 Java.java.math.BigInteger) Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "parallelMultiply" "(Ljava/math/BigInteger;)Ljava/math/BigInteger;" BigInteger.this [(Java.java.math.BigInteger.parallelMultiply_Ljava_7_math_7_BigInteger_s_.this.arg0)]

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.pow(int)':
  #
  public pow_I(arg0 i32) Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "pow" "(I)Ljava/math/BigInteger;" BigInteger.this [(fuzion.java.i32_to_java_object Java.java.math.BigInteger.pow_I.this.arg0)]

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.remainder(java.math.BigInteger)':
  #
  public remainder_Ljava_7_math_7_BigInteger_s_(arg0 Java.java.math.BigInteger) Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "remainder" "(Ljava/math/BigInteger;)Ljava/math/BigInteger;" BigInteger.this [(Java.java.math.BigInteger.remainder_Ljava_7_math_7_BigInteger_s_.this.arg0)]

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.setBit(int)':
  #
  public setBit_I(arg0 i32) Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "setBit" "(I)Ljava/math/BigInteger;" BigInteger.this [(fuzion.java.i32_to_java_object Java.java.math.BigInteger.setBit_I.this.arg0)]

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.shiftLeft(int)':
  #
  public shiftLeft_I(arg0 i32) Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "shiftLeft" "(I)Ljava/math/BigInteger;" BigInteger.this [(fuzion.java.i32_to_java_object Java.java.math.BigInteger.shiftLeft_I.this.arg0)]

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.shiftRight(int)':
  #
  public shiftRight_I(arg0 i32) Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "shiftRight" "(I)Ljava/math/BigInteger;" BigInteger.this [(fuzion.java.i32_to_java_object Java.java.math.BigInteger.shiftRight_I.this.arg0)]

  # call Java instance method 'public short java.math.BigInteger.shortValueExact()':
  #
  public shortValueExact i16 =>
    fuzion.java.call_virtual (i16) "java.math.BigInteger" "shortValueExact" "()S" BigInteger.this []

  # call Java instance method 'public int java.math.BigInteger.signum()':
  #
  public signum i32 =>
    fuzion.java.call_virtual (i32) "java.math.BigInteger" "signum" "()I" BigInteger.this []

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.sqrt()':
  #
  public sqrt Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "sqrt" "()Ljava/math/BigInteger;" BigInteger.this []

  # call Java instance method 'public java.math.BigInteger[] java.math.BigInteger.sqrtAndRemainder()':
  #
  public sqrtAndRemainder fuzion.java.Array (Java.java.math.BigInteger) =>
    fuzion.java.call_virtual (fuzion.java.Array (Java.java.math.BigInteger)) "java.math.BigInteger" "sqrtAndRemainder" "()[Ljava/math/BigInteger;" BigInteger.this []

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.subtract(java.math.BigInteger)':
  #
  public subtract_Ljava_7_math_7_BigInteger_s_(arg0 Java.java.math.BigInteger) Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "subtract" "(Ljava/math/BigInteger;)Ljava/math/BigInteger;" BigInteger.this [(Java.java.math.BigInteger.subtract_Ljava_7_math_7_BigInteger_s_.this.arg0)]

  # call Java instance method 'public boolean java.math.BigInteger.testBit(int)':
  #
  public testBit_I(arg0 i32) bool =>
    fuzion.java.call_virtual (bool) "java.math.BigInteger" "testBit" "(I)Z" BigInteger.this [(fuzion.java.i32_to_java_object Java.java.math.BigInteger.testBit_I.this.arg0)]

  # call Java instance method 'public byte[] java.math.BigInteger.toByteArray()':
  #
  public toByteArray fuzion.java.Array (i8) =>
    fuzion.java.call_virtual (fuzion.java.Array (i8)) "java.math.BigInteger" "toByteArray" "()[B" BigInteger.this []

  # call Java instance method 'public java.lang.String java.math.BigInteger.toString(int)':
  #
  public toString_I(arg0 i32) Java.java.lang.__jString =>
    fuzion.java.call_virtual (Java.java.lang.__jString) "java.math.BigInteger" "toString" "(I)Ljava/lang/String;" BigInteger.this [(fuzion.java.i32_to_java_object Java.java.math.BigInteger.toString_I.this.arg0)]

  # call Java instance method 'public java.math.BigInteger java.math.BigInteger.xor(java.math.BigInteger)':
  #
  public xor_Ljava_7_math_7_BigInteger_s_(arg0 Java.java.math.BigInteger) Java.java.math.BigInteger =>
    fuzion.java.call_virtual (Java.java.math.BigInteger) "java.math.BigInteger" "xor" "(Ljava/math/BigInteger;)Ljava/math/BigInteger;" BigInteger.this [(Java.java.math.BigInteger.xor_Ljava_7_math_7_BigInteger_s_.this.arg0)]

  # short-hand to call Java method 'public java.math.BigInteger java.math.BigInteger.add(java.math.BigInteger)':
  #
  public add(arg0 Java.java.math.BigInteger) (Java.java.math.BigInteger) =>
    add_Ljava_7_math_7_BigInteger_s_ Java.java.math.BigInteger.add.this.arg0

  # short-hand to call Java method 'public java.math.BigInteger java.math.BigInteger.and(java.math.BigInteger)':
  #
  public and(arg0 Java.java.math.BigInteger) (Java.java.math.BigInteger) =>
    and_Ljava_7_math_7_BigInteger_s_ Java.java.math.BigInteger.and.this.arg0

  # short-hand to call Java method 'public java.math.BigInteger java.math.BigInteger.andNot(java.math.BigInteger)':
  #
  public andNot(arg0 Java.java.math.BigInteger) (Java.java.math.BigInteger) =>
    andNot_Ljava_7_math_7_BigInteger_s_ Java.java.math.BigInteger.andNot.this.arg0

  # short-hand to call Java method 'public java.math.BigInteger java.math.BigInteger.clearBit(int)':
  #
  public clearBit(arg0 i32) (Java.java.math.BigInteger) =>
    clearBit_I Java.java.math.BigInteger.clearBit.this.arg0

  # short-hand to call Java method 'public int java.math.BigInteger.compareTo(java.lang.Object)':
  #
  public compareTo(arg0 Java.java.lang.Object) (i32) =>
    compareTo_Ljava_7_lang_7_Object_s_ Java.java.math.BigInteger.compareTo.this.arg0

  # short-hand to call Java method 'public java.math.BigInteger java.math.BigInteger.divide(java.math.BigInteger)':
  #
  public divide(arg0 Java.java.math.BigInteger) (Java.java.math.BigInteger) =>
    divide_Ljava_7_math_7_BigInteger_s_ Java.java.math.BigInteger.divide.this.arg0

  # short-hand to call Java method 'public java.math.BigInteger[] java.math.BigInteger.divideAndRemainder(java.math.BigInteger)':
  #
  public divideAndRemainder(arg0 Java.java.math.BigInteger) (fuzion.java.Array (Java.java.math.BigInteger)) =>
    divideAndRemainder_Ljava_7_math_7_BigInteger_s_ Java.java.math.BigInteger.divideAndRemainder.this.arg0

  # short-hand to call Java method 'public java.math.BigInteger java.math.BigInteger.flipBit(int)':
  #
  public flipBit(arg0 i32) (Java.java.math.BigInteger) =>
    flipBit_I Java.java.math.BigInteger.flipBit.this.arg0

  # short-hand to call Java method 'public java.math.BigInteger java.math.BigInteger.gcd(java.math.BigInteger)':
  #
  public gcd(arg0 Java.java.math.BigInteger) (Java.java.math.BigInteger) =>
    gcd_Ljava_7_math_7_BigInteger_s_ Java.java.math.BigInteger.gcd.this.arg0

  # short-hand to call Java method 'public boolean java.math.BigInteger.isProbablePrime(int)':
  #
  public isProbablePrime(arg0 i32) (bool) =>
    isProbablePrime_I Java.java.math.BigInteger.isProbablePrime.this.arg0

  # short-hand to call Java method 'public java.math.BigInteger java.math.BigInteger.max(java.math.BigInteger)':
  #
  public max(arg0 Java.java.math.BigInteger) (Java.java.math.BigInteger) =>
    max_Ljava_7_math_7_BigInteger_s_ Java.java.math.BigInteger.max.this.arg0

  # short-hand to call Java method 'public java.math.BigInteger java.math.BigInteger.min(java.math.BigInteger)':
  #
  public min(arg0 Java.java.math.BigInteger) (Java.java.math.BigInteger) =>
    min_Ljava_7_math_7_BigInteger_s_ Java.java.math.BigInteger.min.this.arg0

  # short-hand to call Java method 'public java.math.BigInteger java.math.BigInteger.mod(java.math.BigInteger)':
  #
  public mod(arg0 Java.java.math.BigInteger) (Java.java.math.BigInteger) =>
    mod_Ljava_7_math_7_BigInteger_s_ Java.java.math.BigInteger.mod.this.arg0

  # short-hand to call Java method 'public java.math.BigInteger java.math.BigInteger.modInverse(java.math.BigInteger)':
  #
  public modInverse(arg0 Java.java.math.BigInteger) (Java.java.math.BigInteger) =>
    modInverse_Ljava_7_math_7_BigInteger_s_ Java.java.math.BigInteger.modInverse.this.arg0

  # short-hand to call Java method 'public java.math.BigInteger java.math.BigInteger.modPow(java.math.BigInteger,java.math.BigInteger)':
  #
  public modPow(arg0 Java.java.math.BigInteger, arg1 Java.java.math.BigInteger) (Java.java.math.BigInteger) =>
    modPow_Ljava_7_math_7_BigInteger_s_Ljava_7_math_7_BigInteger_s_ Java.java.math.BigInteger.modPow.this.arg0 Java.java.math.BigInteger.modPow.this.arg1

  # short-hand to call Java method 'public java.math.BigInteger java.math.BigInteger.multiply(java.math.BigInteger)':
  #
  public multiply(arg0 Java.java.math.BigInteger) (Java.java.math.BigInteger) =>
    multiply_Ljava_7_math_7_BigInteger_s_ Java.java.math.BigInteger.multiply.this.arg0

  # short-hand to call Java method 'public java.math.BigInteger java.math.BigInteger.or(java.math.BigInteger)':
  #
  public or(arg0 Java.java.math.BigInteger) (Java.java.math.BigInteger) =>
    or_Ljava_7_math_7_BigInteger_s_ Java.java.math.BigInteger.or.this.arg0

  # short-hand to call Java method 'public java.math.BigInteger java.math.BigInteger.parallelMultiply(java.math.BigInteger)':
  #
  public parallelMultiply(arg0 Java.java.math.BigInteger) (Java.java.math.BigInteger) =>
    parallelMultiply_Ljava_7_math_7_BigInteger_s_ Java.java.math.BigInteger.parallelMultiply.this.arg0

  # short-hand to call Java method 'public java.math.BigInteger java.math.BigInteger.pow(int)':
  #
  public pow(arg0 i32) (Java.java.math.BigInteger) =>
    pow_I Java.java.math.BigInteger.pow.this.arg0

  # short-hand to call Java method 'public java.math.BigInteger java.math.BigInteger.remainder(java.math.BigInteger)':
  #
  public remainder(arg0 Java.java.math.BigInteger) (Java.java.math.BigInteger) =>
    remainder_Ljava_7_math_7_BigInteger_s_ Java.java.math.BigInteger.remainder.this.arg0

  # short-hand to call Java method 'public java.math.BigInteger java.math.BigInteger.setBit(int)':
  #
  public setBit(arg0 i32) (Java.java.math.BigInteger) =>
    setBit_I Java.java.math.BigInteger.setBit.this.arg0

  # short-hand to call Java method 'public java.math.BigInteger java.math.BigInteger.shiftLeft(int)':
  #
  public shiftLeft(arg0 i32) (Java.java.math.BigInteger) =>
    shiftLeft_I Java.java.math.BigInteger.shiftLeft.this.arg0

  # short-hand to call Java method 'public java.math.BigInteger java.math.BigInteger.shiftRight(int)':
  #
  public shiftRight(arg0 i32) (Java.java.math.BigInteger) =>
    shiftRight_I Java.java.math.BigInteger.shiftRight.this.arg0

  # short-hand to call Java method 'public java.math.BigInteger java.math.BigInteger.subtract(java.math.BigInteger)':
  #
  public subtract(arg0 Java.java.math.BigInteger) (Java.java.math.BigInteger) =>
    subtract_Ljava_7_math_7_BigInteger_s_ Java.java.math.BigInteger.subtract.this.arg0

  # short-hand to call Java method 'public boolean java.math.BigInteger.testBit(int)':
  #
  public testBit(arg0 i32) (bool) =>
    testBit_I Java.java.math.BigInteger.testBit.this.arg0

  # short-hand to call Java method 'public java.lang.String java.math.BigInteger.toString(int)':
  #
  public toString(arg0 i32) (Java.java.lang.__jString) =>
    toString_I Java.java.math.BigInteger.toString.this.arg0

  # short-hand to call Java method 'public java.math.BigInteger java.math.BigInteger.xor(java.math.BigInteger)':
  #
  public xor(arg0 Java.java.math.BigInteger) (Java.java.math.BigInteger) =>
    xor_Ljava_7_math_7_BigInteger_s_ Java.java.math.BigInteger.xor.this.arg0
last changed: 2024-03-07