|
|||||||||
| 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.StringLiteral

java.lang.Objectorg.apache.commons.lang.time.FastDateFormat.StringLiteral
- All Implemented Interfaces:
- FastDateFormat.Rule
- Enclosing class:
- FastDateFormat
- private static class FastDateFormat.StringLiteral
- extends java.lang.Object
- implements FastDateFormat.Rule
- extends java.lang.Object
Inner class to output a constant string.
| Field Summary | |
private java.lang.String |
mValue
|
| Constructor Summary | |
(package private) |
FastDateFormat.StringLiteral(java.lang.String value)
|
| Method Summary | |
void |
appendTo(java.lang.StringBuffer buffer,
java.util.Calendar calendar)
|
int |
estimateLength()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
mValue
private final java.lang.String mValue
| Constructor Detail |
FastDateFormat.StringLiteral
FastDateFormat.StringLiteral(java.lang.String value)
| 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
|
|||||||||
| 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.StringLiteral