Enum StringFormatPart.Flag

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) char flag
      The character flag.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Flag​(char flag)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static StringFormatPart.Flag parse​(char c)
      Checks to see if the character is a valid flag.
      java.lang.String toString()  
      static StringFormatPart.Flag valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static StringFormatPart.Flag[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait