Interface FastDateFormat.Rule

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void appendTo​(java.lang.StringBuffer buffer, java.util.Calendar calendar)
      Appends the value of the specified calendar to the output buffer based on the rule implementation.
      int estimateLength()
      Returns the estimated lentgh of the result.
    • Method Detail

      • estimateLength

        int estimateLength()
        Returns the estimated lentgh of the result.
        Returns:
        the estimated length
      • appendTo

        void appendTo​(java.lang.StringBuffer buffer,
                      java.util.Calendar calendar)
        Appends the value of the specified calendar to the output buffer based on the rule implementation.
        Parameters:
        buffer - the output buffer
        calendar - calendar to be appended