MutableBigInteger.value

Holds the magnitude of this MutableBigInteger in big endian order. The magnitude may start at an offset into the value array, and it may end before the length of the value array.

class MutableBigInteger
int[] value;

Meta