Package one.nio.util

Class DateFormatGenerator.CalendarField

  • Enclosing class:
    DateFormatGenerator

    static class DateFormatGenerator.CalendarField
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      CalendarField​(int type, int width)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • type

        final int type
      • width

        final int width
    • Constructor Detail

      • CalendarField

        CalendarField​(int type,
                      int width)