@Deprecated public class FormattedPlaceholder extends Object
FormattedValue,
the original value to format, and we are considering adding some more info.
Very preliminary.| Constructor and Description |
|---|
FormattedPlaceholder(Object inputValue,
FormattedValue formattedValue)
Deprecated.
This API is for ICU internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
FormattedValue |
getFormattedValue()
Deprecated.
This API is for ICU internal use only.
|
Object |
getInput()
Deprecated.
This API is for ICU internal use only.
|
String |
toString()
Deprecated.
This API is for ICU internal use only.
|
@Deprecated public FormattedPlaceholder(Object inputValue, FormattedValue formattedValue)
FormattedPlaceholder.inputValue - the original value to be formatted.formattedValue - the result of formatting the placeholder.@Deprecated public Object getInput()
@Deprecated public FormattedValue getFormattedValue()
@Deprecated public String toString()
Copyright © 2016 Unicode, Inc. and others.