Interface FastDatePrinter.NumberRule

All Superinterfaces:
FastDatePrinter.Rule
All Known Implementing Classes:
FastDatePrinter.PaddedNumberField, FastDatePrinter.TwelveHourField, FastDatePrinter.TwentyFourHourField, FastDatePrinter.TwoDigitMonthField, FastDatePrinter.TwoDigitNumberField, FastDatePrinter.TwoDigitYearField, FastDatePrinter.UnpaddedMonthField, FastDatePrinter.UnpaddedNumberField
Enclosing class:
FastDatePrinter

private static interface FastDatePrinter.NumberRule extends FastDatePrinter.Rule
Inner class defining a numeric rule.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    appendTo(StringBuffer buffer, int value)
    Appends the specified value to the output buffer based on the rule implementation.

    Methods inherited from interface org.sqlite.date.FastDatePrinter.Rule

    appendTo, estimateLength
  • Method Details

    • appendTo

      void appendTo(StringBuffer buffer, int value)
      Appends the specified value to the output buffer based on the rule implementation.
      Parameters:
      buffer - the output buffer
      value - the value to be appended