formattable

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使用示例