Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.lang.time
Class FastDateFormat.CharacterLiteral  view FastDateFormat.CharacterLiteral download FastDateFormat.CharacterLiteral.java

java.lang.Object
  extended byorg.apache.commons.lang.time.FastDateFormat.CharacterLiteral
All Implemented Interfaces:
FastDateFormat.Rule
Enclosing class:
FastDateFormat

private static class FastDateFormat.CharacterLiteral
extends java.lang.Object
implements FastDateFormat.Rule

Inner class to output a constant single character.


Field Summary
private  char mValue
           
 
Constructor Summary
(package private) FastDateFormat.CharacterLiteral(char 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 char mValue
Constructor Detail

FastDateFormat.CharacterLiteral

FastDateFormat.CharacterLiteral(char value)
Method Detail

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