Class UnlocalizedNumberFormatter


public class UnlocalizedNumberFormatter extends NumberFormatterSettings<UnlocalizedNumberFormatter>
A NumberFormatter that does not yet have a locale. In order to format numbers, a locale must be specified. Instances of this class are immutable and thread-safe.
See Also:
  • Constructor Details

    • UnlocalizedNumberFormatter

      UnlocalizedNumberFormatter()
      Base constructor; called during startup only. Sets the threshold to the default value of 3.
    • UnlocalizedNumberFormatter

      UnlocalizedNumberFormatter(NumberFormatterSettings<?> parent, int key, Object value)
  • Method Details