クラスFormat.Field
java.lang.Object
java.text.AttributedCharacterIterator.Attribute
java.text.Format.Field
- すべての実装されたインタフェース:
Serializable
- 直系の既知のサブクラス:
DateFormat.Field, MessageFormat.Field, NumberFormat.Field
- 含まれているクラス:
Format
public static class Format.Field extends AttributedCharacterIterator.Attribute
Format.formatToCharacterIteratorから返されたAttributedCharacterIterator内の属性キー、およびFieldPosition内のフィールド識別子として使用する定数を定義します。- 導入されたバージョン:
- 1.4
- 関連項目:
-
フィールドのサマリー
クラスで宣言されたフィールド AttributedCharacterIterator.Attribute
INPUT_METHOD_SEGMENT, LANGUAGE, READING修飾子と型フィールド説明static final AttributedCharacterIterator.Attributeインプット・メソッドのセグメントを表す属性キーです。static final AttributedCharacterIterator.Attributeテキストの言語を表す属性キーです。static final AttributedCharacterIterator.Attributeテキストの読み方を表す属性キーです。 -
コンストラクタのサマリー
コンストラクタ -
メソッドのサマリー
クラスで宣言されたメソッド AttributedCharacterIterator.Attribute
equals, getName, hashCode, readResolve, toStringクラスオブジェクトで宣言されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait修飾子と型メソッド説明protected Objectclone()このオブジェクトのコピーを作成して、返します。protected voidfinalize()削除予定のため非推奨: このAPI要素は、将来のバージョンで削除される可能性があります。最終決定は非推奨であり、将来のリリースで削除される可能性があります。final Class<?> getClass()このObjectの実行時クラスを返します。final voidnotify()このオブジェクトのモニターで待機中のスレッドを1つ再開します。final voidこのオブジェクトのモニターで待機中のすべてのスレッドを再開します。final voidwait()現在のスレッドが目覚めるまで待機します。通常、notifiedまたはinterruptedです。final voidwait(long timeoutMillis) 現在のスレッドは、通常、notifiedまたはinterruptedであるか、一定のリアルタイムが経過するまで、目覚めるまで待機します。final voidwait(long timeoutMillis, int nanos) 現在のスレッドは、通常、notifiedまたはinterruptedであるか、一定のリアルタイムが経過するまで、目覚めるまで待機します。
-
コンストラクタの詳細
-
Field
-