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.AttributeINPUT_METHOD_SEGMENTstatic AttributedCharacterIterator.AttributeLANGUAGEstatic AttributedCharacterIterator.AttributeREADING
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object var0)protected StringgetName()inthashCode()protected ObjectreadResolve()StringtoString()
-
-
-
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
-
-