public static class AttributedCharacterIterator.Attribute extends Object implements Serializable
AttributedCharacterIterator and AttributedString.AttributedCharacterIterator,
AttributedString,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static AttributedCharacterIterator.Attribute |
INPUT_METHOD_SEGMENT
Attribute key for input method segments.
|
static AttributedCharacterIterator.Attribute |
LANGUAGE
Attribute key for the language of some text.
|
static AttributedCharacterIterator.Attribute |
READING
Attribute key for the reading of some text.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Attribute(String name)
Constructs an
Attribute with the given name. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Compares two objects for equality.
|
protected String |
getName()
Returns the name of the attribute.
|
int |
hashCode()
Returns a hash code value for the object.
|
protected Object |
readResolve()
Resolves instances being deserialized to the predefined constants.
|
String |
toString()
Returns a string representation of the object.
|
public static final AttributedCharacterIterator.Attribute LANGUAGE
Values are instances of Locale.
Localepublic static final AttributedCharacterIterator.Attribute READING
Values are instances of Annotation holding instances of String.
Annotation,
Stringpublic static final AttributedCharacterIterator.Attribute INPUT_METHOD_SEGMENT
Values are instances of Annotation holding a null reference.
Annotationprotected Attribute(String name)
Attribute with the given name.name - the name of Attributepublic final boolean equals(Object obj)
x.equals(y) if x and y refer
to the same object, and guarantees this for all subclasses.equals in class Objectobj - Object
the object to compare with this object.true
if the object is the same as this object
false
if it is different from this object.Object.hashCode()public final int hashCode()
Object, but is also final.hashCode in class ObjectObject.equals(java.lang.Object)public String toString()
"(", a name identifying the attribute
and ")".protected String getName()
Attributeprotected Object readResolve() throws InvalidObjectException
Attribute objectInvalidObjectException - if the object to resolve is not
an instance of Attribute Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
DRAFT internal-b00