private static interface FastDateFormat.Rule
Inner class defining a rule.
Modifier and Type | Method and Description |
---|---|
void |
appendTo(java.lang.StringBuffer buffer,
java.util.Calendar calendar)
Appends the value of the specified calendar to the output buffer based on the rule implementation.
|
int |
estimateLength()
Returns the estimated lentgh of the result.
|
int estimateLength()
void appendTo(java.lang.StringBuffer buffer, java.util.Calendar calendar)
buffer
- the output buffercalendar
- calendar to be appended