Class NumberRangeFormatter.SpanField
java.lang.Object
java.text.AttributedCharacterIterator.Attribute
java.text.Format.Field
org.graalvm.shadowed.com.ibm.icu.text.UFormat.SpanField
org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.SpanField
- All Implemented Interfaces:
Serializable
- Enclosing class:
NumberRangeFormatter
Class for span fields in FormattedNumberRange.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NumberRangeFormatter.SpanFieldThe concrete field used for spans in FormattedNumberRange.Fields inherited from class java.text.AttributedCharacterIterator.Attribute
INPUT_METHOD_SEGMENT, LANGUAGE, READING -
Method Summary
Methods inherited from class java.text.AttributedCharacterIterator.Attribute
equals, getName, hashCode, toString
-
Field Details
-
NUMBER_RANGE_SPAN
The concrete field used for spans in FormattedNumberRange. Instances of NUMBER_RANGE_SPAN should have an associated value, the index within the input list that is represented by the span.
-
-
Method Details
-
readResolve
Deprecated.This API is ICU internal only.Serialization method resolve instances to the constant NumberRangeFormatter.SpanField values- Overrides:
readResolvein classAttributedCharacterIterator.Attribute- Throws:
InvalidObjectException
-