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

Quick Search    Search Deep

org.apache.commons.lang.time
Interface FastDateFormat.Rule  view FastDateFormat.Rule download FastDateFormat.Rule.java

All Known Subinterfaces:
FastDateFormat.NumberRule
All Known Implementing Classes:
FastDateFormat.CharacterLiteral, FastDateFormat.PaddedNumberField, FastDateFormat.StringLiteral, FastDateFormat.TextField, FastDateFormat.TimeZoneNameRule, FastDateFormat.TimeZoneNumberRule, FastDateFormat.TwelveHourField, FastDateFormat.TwentyFourHourField, FastDateFormat.TwoDigitMonthField, FastDateFormat.TwoDigitNumberField, FastDateFormat.TwoDigitYearField, FastDateFormat.UnpaddedMonthField, FastDateFormat.UnpaddedNumberField
Enclosing interface:
FastDateFormat

private static interface FastDateFormat.Rule

Inner class defining a rule.


Method Summary
 void appendTo(java.lang.StringBuffer buffer, java.util.Calendar calendar)
           
 int estimateLength()
           
 

Method Detail

estimateLength

public int estimateLength()

appendTo

public void appendTo(java.lang.StringBuffer buffer,
                     java.util.Calendar calendar)