public static class AttributedCharacterIterator.Attribute extends Object implements Serializable
AttributedCharacterIterator および AttributedString で使用されます。AttributedCharacterIterator, AttributedString, 直列化された形式| 修飾子と型 | フィールドと説明 |
|---|---|
static AttributedCharacterIterator.Attribute |
INPUT_METHOD_SEGMENT
インプットメソッドのセグメントを表す属性キーです。
|
static AttributedCharacterIterator.Attribute |
LANGUAGE
テキストの言語を表す属性キーです。
|
static AttributedCharacterIterator.Attribute |
READING
テキストの読み方を表す属性キーです。
|
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
AttributedCharacterIterator.Attribute(String name)
指定された名前で
Attribute を構築します。 |
public static final AttributedCharacterIterator.Attribute LANGUAGE
値は Locale のインスタンスです。
Localepublic static final AttributedCharacterIterator.Attribute READING
値は String のインスタンスを保持する Annotation のインスタンスです。
Annotation, Stringpublic static final AttributedCharacterIterator.Attribute INPUT_METHOD_SEGMENT
値は null 参照を保持する Annotation のインスタンスです。
Annotationprotected AttributedCharacterIterator.Attribute(String name)
Attribute を構築します。public final boolean equals(Object obj)
x と y が同じオブジェクトを参照している場合にだけ x.equals(y) に true を返します。すべてのサブクラスで動作が保証されます。equals、クラス: Objectobj - 比較対象の参照オブジェクト。true、それ以外の場合は false。Object.hashCode()、HashMappublic final int hashCode()
Object 内のものと同一であり、最終バージョンです。hashCode、クラス: ObjectObject.equals(java.lang.Object), System.identityHashCode(java.lang.Object)public String toString()
"("、属性を識別する名前の ")" の連結を返します。protected String getName()
protected Object readResolve() throws InvalidObjectException
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.