WeekBasedFieldPrinterParser.this

Constructor.

@param chr the pattern format letter that added this PrinterParser. @param count the repeat count of the format letter @param minWidth the minimum field width, from 1 to 19 @param maxWidth the maximum field width, from minWidth to 19 @param subsequentWidth the width of subsequent non-negative numbers, 0 or greater, -1 if fixed width due to active adjacent parsing

  1. this(char chr, int count, int minWidth, int maxWidth)
  2. this(char chr, int count, int minWidth, int maxWidth, int subsequentWidth)
    class WeekBasedFieldPrinterParser
    this
    (
    char chr
    ,
    int count
    ,,,)

Meta