|
|||||||||
| 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
Class FastDateFormat.TwoDigitMonthField

java.lang.Objectorg.apache.commons.lang.time.FastDateFormat.TwoDigitMonthField
- All Implemented Interfaces:
- FastDateFormat.NumberRule, FastDateFormat.Rule
- Enclosing class:
- FastDateFormat
- private static class FastDateFormat.TwoDigitMonthField
- extends java.lang.Object
- implements FastDateFormat.NumberRule
- extends java.lang.Object
Inner class to output a two digit month.
| Field Summary | |
(package private) static FastDateFormat.TwoDigitMonthField |
INSTANCE
|
| Constructor Summary | |
(package private) |
FastDateFormat.TwoDigitMonthField()
|
| Method Summary | |
void |
appendTo(java.lang.StringBuffer buffer,
java.util.Calendar calendar)
|
void |
appendTo(java.lang.StringBuffer buffer,
int value)
|
int |
estimateLength()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
INSTANCE
static final FastDateFormat.TwoDigitMonthField INSTANCE
| Constructor Detail |
FastDateFormat.TwoDigitMonthField
FastDateFormat.TwoDigitMonthField()
| Method Detail |
estimateLength
public int estimateLength()
- Specified by:
estimateLengthin interfaceFastDateFormat.Rule
appendTo
public void appendTo(java.lang.StringBuffer buffer, java.util.Calendar calendar)
- Specified by:
appendToin interfaceFastDateFormat.Rule
appendTo
public final void appendTo(java.lang.StringBuffer buffer, int value)
- Specified by:
appendToin interfaceFastDateFormat.NumberRule
|
|||||||||
| 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
org.apache.commons.lang.time.FastDateFormat.TwoDigitMonthField