@DeprecatedSE public final class ReadableInstantPrinter extends ObjectSE implements Printer<ReadableInstant>
DateTimeFormatter を使用して Joda-Time ReadableInstant インスタンスを出力します。| コンストラクターと説明 |
|---|
ReadableInstantPrinter(DateTimeFormatter formatter) 使用すべきではありません。 新しい ReadableInstantPrinter を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | print(ReadableInstant instant, LocaleSE locale) 使用すべきではありません。 型 T のオブジェクトを表示用に出力します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic ReadableInstantPrinter(DateTimeFormatter formatter)
formatter - Joda DateTimeFormatter インスタンス public StringSE print(ReadableInstant instant, LocaleSE locale)
PrinterPrinter<ReadableInstant> の print instant - 出力するインスタンス locale - 現在のユーザーロケール