public class TokenUtilities
extends java.lang.Object
| Green (cxh) |
| Green (neuendor) |
| Modifier and Type | Field and Description |
|---|---|
static java.text.DecimalFormat |
exponentialFormat
The format that is used to print floating point numbers that
are very large, or very small.
|
static java.text.DecimalFormat |
regularFormat
The format that is used to print floating point numbers that
are not very large, or very small.
|
| Constructor and Description |
|---|
TokenUtilities() |
public static final java.text.DecimalFormat regularFormat
public static final java.text.DecimalFormat exponentialFormat