Interface FormatPart

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int STRING
      The default string index.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int index()
      The parameter index.
      java.lang.String part()
      The part of the format.
      int position()
      The position for the part.
      • Methods inherited from interface java.lang.Comparable

        compareTo
    • Method Detail

      • index

        int index()
        The parameter index. For default strings (non-parameters) the value is -2.
        Returns:
        the index.
      • position

        int position()
        The position for the part.
        Returns:
        the position.
      • part

        java.lang.String part()
        The part of the format.
        Returns:
        the part of the format.