Class PlainStringFormattedValue

java.lang.Object
com.ibm.icu.message2.PlainStringFormattedValue
All Implemented Interfaces:
FormattedValue, CharSequence

@Deprecated public class PlainStringFormattedValue extends Object implements FormattedValue
Deprecated.
This API is for unit testing only.
Very-very rough implementation of FormattedValue, packaging a string. Expect it to change.
  • Constructor Details

    • PlainStringFormattedValue

      @Deprecated public PlainStringFormattedValue(String value)
      Deprecated.
      This API is for unit testing only.
      Constructor, taking the string to store.
      Parameters:
      value - the string value to store
  • Method Details