Package 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 Description java.lang.Stringformat(T value)
-
-
-
Method Detail
-
format
java.lang.String format(T value)
-
-