ReducedPrinterParser.this

Constructor. The arguments have already been checked.

@param field the field to format, validated not null @param minWidth the minimum field width, from 1 to 10 @param maxWidth the maximum field width, from 1 to 10 @param baseValue the base value @param baseDate the base date @param subsequentWidth the subsequentWidth for this instance

  1. this(TemporalField field, int minWidth, int maxWidth, int baseValue, ChronoLocalDate baseDate)
  2. this(TemporalField field, int minWidth, int maxWidth, int baseValue, ChronoLocalDate baseDate, int subsequentWidth)
    class ReducedPrinterParser

Meta