Class MutableBigInteger

All Implemented Interfaces:
IComparable<MutableBigInteger>, ICloneable<MutableBigInteger>, IMutableNumeric<MutableBigInteger>, IMutableObject<MutableBigInteger>, INumber, IGenericImplTrait<MutableBigInteger>, Serializable, Comparable<MutableBigInteger>

@NotThreadSafe public class MutableBigInteger extends AbstractMutableNumeric<MutableBigInteger>
Object wrapper around a BigInteger so that it can be passed a final object but is mutable.
Author:
Philip Helger
See Also: