public static class AttributedCharacterIterator.Attribute extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static AttributedCharacterIterator.Attribute |
INPUT_METHOD_SEGMENT |
static AttributedCharacterIterator.Attribute |
LANGUAGE |
static AttributedCharacterIterator.Attribute |
READING |
Modifier | Constructor and Description |
---|---|
protected |
AttributedCharacterIterator.Attribute(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Default object equality (is identity).
|
protected String |
getName() |
int |
hashCode()
The (default) object hashcode: for transient objects this is simply the
address of the instance in memory, for persistent objects it is the
address at which the instance was first created (maybe in a previous
activation of the VM).
|
protected Object |
readResolve()
According to the specs this method must be overriden by subclasses.
|
String |
toString()
Default String representation: overriden by many classes.
|
public static final AttributedCharacterIterator.Attribute INPUT_METHOD_SEGMENT
public static final AttributedCharacterIterator.Attribute LANGUAGE
public static final AttributedCharacterIterator.Attribute READING
protected AttributedCharacterIterator.Attribute(String name)
public final boolean equals(Object o)
Object
protected String getName()
public final int hashCode()
Object
protected Object readResolve() throws InvalidObjectException
InvalidObjectException