Modifier and Type | Field and Description |
---|---|
static SmallIntegerNumber |
SmallIntegerNumber.MAXIMUM_VALUE
The maximum
IntegerNumber that can be represented by this
class. |
static SmallIntegerNumber |
SmallIntegerNumber.MINIMUM_VALUE
The minimum
IntegerNumber that can be represented by this
class. |
static SmallIntegerNumber |
SmallIntegerNumber.MINUS_ONE
Cached instance that represents the number minus one, -1.
|
static SmallIntegerNumber |
SmallIntegerNumber.MINUS_TWO
Cached instance that represents the number minus two, -2.
|
static SmallIntegerNumber |
SmallIntegerNumber.ONE
Cached instance that represents the number one, 1.
|
static SmallIntegerNumber |
SmallIntegerNumber.TWO
Cached instance that represents the number two, 2.
|
static SmallIntegerNumber |
SmallIntegerNumber.ZERO
Cached instance that represents the number zero, 0.
|
Modifier and Type | Method and Description |
---|---|
static SmallIntegerNumber |
SmallIntegerNumber.createInstance(int n)
Returns an instance of a
SmallIntegerNumber based on a
int value. |