public final class NumericalConstants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DECIMAL_BASE
The base number of the decimal system.
|
static int |
HUNDRED
The number 100.
|
static int |
TEN
The number 10.
|
static int |
THOUSAND
The number 1000.
|
| Modifier | Constructor and Description |
|---|---|
private |
NumericalConstants()
No instances of this constants class.
|
public static final int DECIMAL_BASE
public static final int TEN
public static final int HUNDRED
public static final int THOUSAND