java.lang.Object
org.apache.commons.lang.time.FastDateFormat.TwentyFourHourField
- All Implemented Interfaces:
- FastDateFormat.NumberRule, FastDateFormat.Rule
- Enclosing class:
- FastDateFormat
- private static class FastDateFormat.TwentyFourHourField
- extends java.lang.Object
- implements FastDateFormat.NumberRule
Inner class to output the twenty four hour field.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mRule
private final FastDateFormat.NumberRule mRule
FastDateFormat.TwentyFourHourField
FastDateFormat.TwentyFourHourField(FastDateFormat.NumberRule rule)
estimateLength
public int estimateLength()
- Specified by:
estimateLength in interface FastDateFormat.Rule
appendTo
public void appendTo(java.lang.StringBuffer buffer,
java.util.Calendar calendar)
- Specified by:
appendTo in interface FastDateFormat.Rule
appendTo
public void appendTo(java.lang.StringBuffer buffer,
int value)
- Specified by:
appendTo in interface FastDateFormat.NumberRule