| Removed Methods |
UnsignedInteger add(UnsignedInteger)
|
Returns the result of adding this and {@code val}. |
UnsignedInteger asUnsigned(int)
|
Returns an {@code UnsignedInteger} that, when treated as signed, is
equal to {@code value}. |
UnsignedInteger divide(UnsignedInteger)
|
Returns the result of dividing this by {@code val}. |
UnsignedInteger multiply(UnsignedInteger)
|
Returns the result of multiplying this and {@code val}. |
UnsignedInteger remainder(UnsignedInteger)
|
Returns the remainder of dividing this by {@code val}. |
UnsignedInteger subtract(UnsignedInteger)
|
Returns the result of subtracting this and {@code val}. |