Package | Description |
---|---|
org.openjdk.jmc.common.unit |
This package contains the data model for quantities and units.
|
Modifier and Type | Field and Description |
---|---|
private static FormatThreadLocal<java.text.DateFormat> |
TimestampKind.DATE_TIME_FORMATTER_HOLDER |
protected FormatThreadLocal<java.text.DateFormat> |
TimestampKind.LegacyFormatter.dfHolder |
private static FormatThreadLocal<java.text.NumberFormat> |
LinearKindOfQuantity.NUMBER_FORMAT_DISPLAY_HOLDER |
private static FormatThreadLocal<java.text.NumberFormat> |
LinearKindOfQuantity.NUMBER_FORMAT_INTERACTIVE_HOLDER |
Constructor and Description |
---|
LegacyAndFractionFormatter(FormatThreadLocal<java.text.DateFormat> dfHolder,
IUnit resolutionUnit) |
LegacyFormatter(FormatThreadLocal<java.text.DateFormat> dfHolder) |