Package com.ibm.icu.text
Class ListFormatter.SpanField
- java.lang.Object
-
- java.text.AttributedCharacterIterator.Attribute
-
- java.text.Format.Field
-
- com.ibm.icu.text.UFormat.SpanField
-
- com.ibm.icu.text.ListFormatter.SpanField
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ListFormatter
public static final class ListFormatter.SpanField extends UFormat.SpanField
Class for span fields in FormattedList.- See Also:
- Serialized Form
- Status:
- Stable ICU 67.
-
-
Field Summary
Fields Modifier and Type Field Description static ListFormatter.SpanField
LIST_SPAN
The concrete field used for spans in FormattedList.-
Fields inherited from class java.text.AttributedCharacterIterator.Attribute
INPUT_METHOD_SEGMENT, LANGUAGE, READING
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected Object
readResolve()
Deprecated.This API is ICU internal only.-
Methods inherited from class java.text.AttributedCharacterIterator.Attribute
equals, getName, hashCode, toString
-
-
-
-
Field Detail
-
LIST_SPAN
public static final ListFormatter.SpanField LIST_SPAN
The concrete field used for spans in FormattedList. Instances of LIST_SPAN should have an associated value, the index within the input list that is represented by the span.- Status:
- Stable ICU 67.
-
-
Method Detail
-
readResolve
@Deprecated protected Object readResolve() throws InvalidObjectException
Deprecated.This API is ICU internal only.serialization method resolve instances to the constant ListFormatter.SpanField values- Overrides:
readResolve
in classAttributedCharacterIterator.Attribute
- Throws:
InvalidObjectException
- Status:
- Internal. This API is ICU internal only.
-
-