Class | Description |
---|---|
ExponentialFormat |
Class for formatting large and small numbers, allowing a variety
of exponential/scientific notation.
|
GeneralFormat |
A NumberFormat that simply uses the "printf" general format with no grouping
separator that ignores all input for number of digits, etc.
|
ToStringComparator<T> |
A comparator that lexicographically compares objects based on the value returned
by each object's "toString()" method.
|