Interface FastDateFormat.NumberRule

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

private static interface FastDateFormat.NumberRule extends FastDateFormat.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.apache.commons.lang.time.FastDateFormat.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