Package | Description |
---|---|
javax.measure |
Provides strongly typed measurements to enforce compile-time
check of parameters consistency and avoid interface errors.
|
Modifier and Type | Method and Description |
---|---|
static MeasureFormat |
MeasureFormat.getInstance()
Returns the measure format for the default locale.
|
static MeasureFormat |
MeasureFormat.getInstance(NumberFormat numberFormat,
UnitFormat unitFormat)
Returns the measure format using the specified number format and
unit format (the number and unit are separated by a space).
|
Copyright © 2012. All Rights Reserved.