JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.openjdk.jmc.common.unit
Interface IFormatter<T>
Type Parameters:
T
- the type of values that can be formatted
All Known Subinterfaces:
IIncrementalFormatter
All Known Implementing Classes:
ComparableConstraint
,
DisplayFormatter
,
KindOfQuantity.ExactFormatter
,
KindOfQuantity.VerboseFormatter
,
LinearKindOfQuantity.AutoFormatter
,
LinearKindOfQuantity.DualUnitFormatter
,
TimestampKind.FractionFormatter
,
TimestampKind.LegacyAndFractionFormatter
,
TimestampKind.LegacyFormatter
public interface
IFormatter<T>
Generic formatter interface, primarily intended for human consumption.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
format
(
T
value)
Method Detail
format
java.lang.String format(
T
value)
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method