Package org.apache.commons.lang.time
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
Inner class defining a numeric rule.
-
Method Summary
Modifier and TypeMethodDescriptionvoidappendTo(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
Appends the specified value to the output buffer based on the rule implementation.- Parameters:
buffer- the output buffervalue- the value to be appended
-