|
|||||||||
| Home >> All >> org >> apache >> commons >> lang >> [ time overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 interface:
- FastDateFormat
- private static interface FastDateFormat.NumberRule
- extends FastDateFormat.Rule
Inner class defining a numeric rule.
| Method Summary | |
void |
appendTo(java.lang.StringBuffer buffer,
java.util.Calendar calendar)
|
void |
appendTo(java.lang.StringBuffer buffer,
int value)
|
int |
estimateLength()
|
| Method Detail |
appendTo
public void appendTo(java.lang.StringBuffer buffer, int value)
estimateLength
public int estimateLength()
appendTo
public void appendTo(java.lang.StringBuffer buffer, java.util.Calendar calendar)
|
|||||||||
| Home >> All >> org >> apache >> commons >> lang >> [ time overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC