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
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 Stringformat(T value)
-