Constructor.
Constructor.
Returns a new instance with fixed width flag set.
Returns a new instance with an updated subsequent width.
Array of 10 to the power of n.
Returns a new instance with fixed width flag set.
Returns a new instance with an updated subsequent width.
Gets the value to output.
For NumberPrinterParser, the width is fixed depending on the minWidth, maxWidth, signStyle and whether subsequent fields are fixed. @param context the context @return true if the field is fixed width @see DateTimeFormatterBuilder#appendValue(hunt.time.temporal.TemporalField, int)
Stores the value.
Prints or parses a localized pattern from a localized field. The specific formatter and parameters is not selected until the field is to be printed or parsed. The locale is needed to select the proper WeekFields from which the field for day-of-week, week-of-month, or week-of-year is selected. Hence the inherited field NumberPrinterParser.field is unused.