formattable
美
英 
例句
If you want to provide support for using your own objects with Formatter, that's where the Formattable interface comes into play.
如果希望用Formatter提供對自己的對象的支持,那么就要用到Formattable接口。
Listing 7 demonstrates the use of the Formattable interface by providing a simple class with a name property.
清單7演示了通過提供一個具有name屬性的簡單類來使用Formattable接口。
Listing 7. Example formattable usage
清單7.formattable使用示例