Class SimpleDateFormat.PatternItem

  • Enclosing class:
    SimpleDateFormat

    private static class SimpleDateFormat.PatternItem
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean isNumeric  
      (package private) int length  
      (package private) char type  
    • Constructor Summary

      Constructors 
      Constructor Description
      PatternItem​(char type, int length)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • type

        final char type
      • length

        final int length
      • isNumeric

        final boolean isNumeric
    • Constructor Detail

      • PatternItem

        PatternItem​(char type,
                    int length)