Constructor.
Constructor.
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.
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.
Prints the date-time object to the buffer. !(p) The context holds information to use during the format. It also contains the date-time information to be printed. !(p) The buffer must not be mutated beyond the content controlled by the implementation.
Parses text into date-time information. !(p) The context holds information to use during the parse. It is also used to store the parsed date-time information.
Prints and parses a numeric date-time field with optional padding.