| Package | Description |
|---|---|
| myBigInteger |
| Modifier and Type | Class and Description |
|---|---|
class |
AddSubInt
This BigIng extends AdditionOnlyInt with subtraction supported.
|
class |
SignedAddSubInt
This BigIng extends AddSubInt with sign supported.
|
class |
UnsignedBigInt |
| Modifier and Type | Method and Description |
|---|---|
static AdditionOnlyInt |
AdditionOnlyInt.add(AdditionOnlyInt a,
AdditionOnlyInt b)
The method should not have side-effect.
|
| Modifier and Type | Method and Description |
|---|---|
static AdditionOnlyInt |
AdditionOnlyInt.add(AdditionOnlyInt a,
AdditionOnlyInt b)
The method should not have side-effect.
|
| Constructor and Description |
|---|
AdditionOnlyInt(AdditionOnlyInt a)
Copy constructor; a deep copy should be performed.
|