Uses of Class
com.helger.commons.mutable.MutableBigInteger
-
Packages that use MutableBigInteger Package Description com.helger.commons.mutable -
-
Uses of MutableBigInteger in com.helger.commons.mutable
Methods in com.helger.commons.mutable that return MutableBigInteger Modifier and Type Method Description MutableBigIntegerMutableBigInteger. getClone()Methods in com.helger.commons.mutable with parameters of type MutableBigInteger Modifier and Type Method Description intMutableBigInteger. compareTo(MutableBigInteger rhs)BigIntegerMutableBigInteger. dec(MutableBigInteger aDelta)BigIntegerMutableBigInteger. divide(MutableBigInteger aDivisor)BigIntegerMutableBigInteger. inc(MutableBigInteger aDelta)BigIntegerMutableBigInteger. multiply(MutableBigInteger aMultiplicand)EChangeMutableBigInteger. set(MutableBigInteger aValue)Constructors in com.helger.commons.mutable with parameters of type MutableBigInteger Constructor Description MutableBigInteger(MutableBigInteger aOther)
-