接口 Printer<T>
- 类型参数:
T- the type of object this Printer prints
- 所有已知子接口:
Formatter<T>
- 所有已知实现类:
AbstractNumberFormatter,CurrencyFormatter,CurrencyStyleFormatter,CurrencyUnitFormatter,DateFormatter,InstantFormatter,MillisecondInstantPrinter,MonetaryAmountFormatter,NumberFormatter,NumberStyleFormatter,PercentFormatter,PercentStyleFormatter,ReadableInstantPrinter,ReadablePartialPrinter,TemporalAccessorPrinter
public interface Printer<T>
Prints objects of type T for display.- 从以下版本开始:
- 3.0
- 作者:
- Keith Donald