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.NumberRule  view FastDateFormat.NumberRule download FastDateFormat.NumberRule.java

All Superinterfaces:
FastDateFormat.Rule
All Known Implementing Classes:
FastDateFormat.PaddedNumberField, FastDateFormat.TwelveHourField, FastDateFormat.TwentyFourHourField, FastDateFormat.TwoDigitMonthField, FastDateFormat.TwoDigitNumberField, FastDateFormat.TwoDigitYearField, FastDateFormat.UnpaddedMonthField, FastDateFormat.UnpaddedNumberField
Enclosing interface:
FastDateFormat

private static interface FastDateFormat.NumberRule
extends FastDateFormat.Rule

Inner class defining a numeric rule.


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

Method Detail

appendTo

public void appendTo(java.lang.StringBuffer buffer,
                     int value)

estimateLength

public int estimateLength()

appendTo

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