| 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 |
PrefixDB.addName(java.lang.String name,
double value)
Adds a prefix to the database by name.
|
void |
PrefixDB.addSymbol(java.lang.String symbol,
double value)
Adds a prefix to the database by symbol.
|
Prefix |
PrefixDB.getPrefixByName(java.lang.String name)
Gets a prefix from the database by name.
|
Prefix |
PrefixDB.getPrefixBySymbol(java.lang.String symbol)
Gets a prefix from the database by symbol.
|
Prefix |
PrefixDB.getPrefixByValue(double value)
Gets a prefix from the database by value.
|