Uses of Class
com.helger.base.numeric.mutable.MutableBigInteger
Packages that use MutableBigInteger
-
Uses of MutableBigInteger in com.helger.base.numeric.mutable
Methods in com.helger.base.numeric.mutable that return MutableBigIntegerMethods in com.helger.base.numeric.mutable with parameters of type MutableBigIntegerModifier and TypeMethodDescriptionintMutableBigInteger.compareTo(@NonNull MutableBigInteger rhs) @NonNull BigIntegerMutableBigInteger.dec(@NonNull MutableBigInteger aDelta) Decrement by the given delta and return the modified value.@NonNull BigIntegerMutableBigInteger.divide(@NonNull MutableBigInteger aDivisor) Divide the current value by the given divisor.@NonNull BigIntegerMutableBigInteger.inc(@NonNull MutableBigInteger aDelta) Increment by the given delta and return the modified value.@NonNull BigIntegerMutableBigInteger.multiply(@NonNull MutableBigInteger aMultiplicand) Multiply the current value by the given multiplicand.@NonNull EChangeMutableBigInteger.set(@NonNull MutableBigInteger aValue) Set a new value.Constructors in com.helger.base.numeric.mutable with parameters of type MutableBigIntegerModifierConstructorDescriptionMutableBigInteger(@NonNull MutableBigInteger aOther) Copy constructor.