| Package | Description |
|---|---|
| ucar.units |
Provides support for parsing and formatting string unit specification,
converting numerical values between compatible units, and performing arithmetic
on units (such as dividing one unit by another).
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrefixDBImpl.addName(java.lang.String name,
double value)
Adds a prefix to the database by name.
|
void |
PrefixDB.addName(java.lang.String name,
double value)
Adds a prefix to the database by name.
|
void |
PrefixDBImpl.addSymbol(java.lang.String symbol,
double value)
Adds a prefix symbol to the database.
|
void |
PrefixDB.addSymbol(java.lang.String symbol,
double value)
Adds a prefix to the database by symbol.
|