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
private static interface FastDateFormat.NumberRule extends FastDateFormat.Rule
Inner class defining a numeric rule.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
appendTo(java.lang.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
-
-