Class DateIntervalFormat.FormatOutput

  • Enclosing class:
    DateIntervalFormat

    private static final class DateIntervalFormat.FormatOutput
    extends java.lang.Object
    Used to output information during formatting.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int firstIndex  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FormatOutput()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void register​(int i)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • firstIndex

        int firstIndex
    • Constructor Detail

      • FormatOutput

        private FormatOutput()
    • Method Detail

      • register

        public void register​(int i)