Package com.ibm.icu.impl
Class FormattedValueStringBuilderImpl.SpanFieldPlaceholder
- java.lang.Object
-
- com.ibm.icu.impl.FormattedValueStringBuilderImpl.SpanFieldPlaceholder
-
- All Implemented Interfaces:
FormattedStringBuilder.FieldWrapper
- Enclosing class:
- FormattedValueStringBuilderImpl
public static class FormattedValueStringBuilderImpl.SpanFieldPlaceholder extends java.lang.Object implements FormattedStringBuilder.FieldWrapper
Placeholder field used for calculating spans. Does not currently support nested fields beyond one level.
-
-
Field Summary
Fields Modifier and Type Field Description int
length
java.text.Format.Field
normalField
UFormat.SpanField
spanField
int
start
java.lang.Object
value
-
Constructor Summary
Constructors Constructor Description SpanFieldPlaceholder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.text.Format.Field
unwrap()
-
-
-
Field Detail
-
spanField
public UFormat.SpanField spanField
-
normalField
public java.text.Format.Field normalField
-
value
public java.lang.Object value
-
start
public int start
-
length
public int length
-
-
Method Detail
-
unwrap
public java.text.Format.Field unwrap()
- Specified by:
unwrap
in interfaceFormattedStringBuilder.FieldWrapper
-
-