| Class | Description |
|---|---|
| DoubleToString |
This algorithm for appending doubles to StringBuffer is borrowed from
"Java Performance Tuning" by Jack Shirazi.
|
| FormattedNumber |
Provides a number with a format which facilitates easy table display with proper number
justification.
|
| FortranNumberFormat |
FortranNumberFormat is the subclass of the DecimalFormat class.
|
| IdentifierEquivClass |
Represents an equivalence class of element identifiers.
|
| NumericParser |
NumericParser parses a string value into an instance of a specified
Number subclass.
|