Class PlainStringFormattedValue

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

public class PlainStringFormattedValue extends Object implements FormattedValue
Very-very rough implementation of FormattedValue, packaging a string. Expect it to change.
  • Field Details

    • value

      private final String value
  • Constructor Details

    • PlainStringFormattedValue

      public PlainStringFormattedValue(String value)
      Constructor, taking the string to store.
      Parameters:
      value - the string value to store
  • Method Details