private static interface FastDatePrinter.NumberRule extends FastDatePrinter.Rule
Inner class defining a numeric rule.
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(java.lang.Appendable buffer,
int value)
Appends the specified value to the output buffer based on the rule implementation.
|
appendTo, estimateLengthvoid appendTo(java.lang.Appendable buffer,
int value)
throws java.io.IOException
buffer - the output buffervalue - the value to be appendedjava.io.IOException - if an I/O error occurs