public static interface DatePattern.NumberRule extends DatePattern.Rule
Inner class defining a numeric rule.
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(Appendable buffer,
int value)
Appends the specified value to the output buffer based on the rule implementation.
|
appendTo, estimateLengthvoid appendTo(Appendable buffer, int value) throws IOException
buffer - the output buffervalue - the value to be appendedIOException - if an I/O error occursCopyright © 2025. All rights reserved.