Package java.text
Class AttributedCharacterIterator.Attribute
- java.lang.Object
-
- java.text.AttributedCharacterIterator.Attribute
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- AttributedCharacterIterator
public static class AttributedCharacterIterator.Attribute extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AttributedCharacterIterator.Attribute
INPUT_METHOD_SEGMENT
static AttributedCharacterIterator.Attribute
LANGUAGE
static AttributedCharacterIterator.Attribute
READING
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object var0)
protected String
getName()
int
hashCode()
protected Object
readResolve()
String
toString()
-
-
-
Field Detail
-
INPUT_METHOD_SEGMENT
public static final AttributedCharacterIterator.Attribute INPUT_METHOD_SEGMENT
-
LANGUAGE
public static final AttributedCharacterIterator.Attribute LANGUAGE
-
READING
public static final AttributedCharacterIterator.Attribute READING
-
-
Constructor Detail
-
Attribute
protected Attribute(String var0)
-
-
Method Detail
-
getName
protected String getName()
-
readResolve
protected Object readResolve() throws InvalidObjectException
- Throws:
InvalidObjectException
-
-