|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Prefix | |
|---|---|
| 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). |
| Uses of Prefix in ucar.units |
|---|
| Subclasses of Prefix in ucar.units | |
|---|---|
class |
PrefixName
Provides support for prefix names and numeric values. |
class |
PrefixSymbol
Provides support for prefix symbols. |
| Methods in ucar.units that return Prefix | |
|---|---|
Prefix |
PrefixDBImpl.getPrefixByName(java.lang.String string)
Gets a prefix by name. |
Prefix |
PrefixDB.getPrefixByName(java.lang.String name)
Gets a prefix from the database by name. |
Prefix |
PrefixDBImpl.getPrefixBySymbol(java.lang.String string)
Gets a prefix by symbol. |
Prefix |
PrefixDB.getPrefixBySymbol(java.lang.String symbol)
Gets a prefix from the database by symbol. |
Prefix |
PrefixDBImpl.getPrefixByValue(double value)
Gets a prefix by value. |
Prefix |
PrefixDB.getPrefixByValue(double value)
Gets a prefix from the database by value. |
| Constructors in ucar.units with parameters of type Prefix | |
|---|---|
PrefixExistsException(Prefix oldPrefix,
Prefix newPrefix)
Constructs from an old prefix and a new prefix. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||