Uses of Class
org.openjdk.jmc.common.util.FormatThreadLocal
-
Packages that use FormatThreadLocal Package Description org.openjdk.jmc.common.unit This package contains the data model for quantities and units. -
-
Uses of FormatThreadLocal in org.openjdk.jmc.common.unit
Fields in org.openjdk.jmc.common.unit declared as FormatThreadLocal Modifier and Type Field Description private static FormatThreadLocal<java.text.DateFormat>TimestampKind. DATE_TIME_FORMATTER_HOLDERprotected FormatThreadLocal<java.text.DateFormat>TimestampKind.LegacyFormatter. dfHolderprivate static FormatThreadLocal<java.text.NumberFormat>LinearKindOfQuantity. NUMBER_FORMAT_DISPLAY_HOLDERprivate static FormatThreadLocal<java.text.NumberFormat>LinearKindOfQuantity. NUMBER_FORMAT_INTERACTIVE_HOLDERConstructors in org.openjdk.jmc.common.unit with parameters of type FormatThreadLocal Constructor Description LegacyAndFractionFormatter(FormatThreadLocal<java.text.DateFormat> dfHolder, IUnit resolutionUnit)LegacyFormatter(FormatThreadLocal<java.text.DateFormat> dfHolder)
-