Class FormattedValueStringBuilderImpl

java.lang.Object
org.graalvm.shadowed.com.ibm.icu.impl.FormattedValueStringBuilderImpl

public class FormattedValueStringBuilderImpl extends Object
Implementation of FormattedValue based on FormattedStringBuilder. The implementation currently revolves around numbers and number fields. However, it can be generalized in the future when there is a need. In C++, this implements FormattedValue. In Java, it is a stateless collection of static functions to avoid having to use nested objects.
  • Constructor Details

    • FormattedValueStringBuilderImpl

      public FormattedValueStringBuilderImpl()
  • Method Details