Interface FormatConstants

All Known Implementing Classes:
CollectionFormatter, ExceptionFormatter, ParameterFormatter

public interface FormatConstants
Contains useful constants that are often used by string formatting methods.

Author:
agz
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The system-dependent line separator (shortcut for System.getProperty("line.separator")).
    static final int
    The length of LS.
    static final String
    The string used for null-values.
    static final String
    The tabulator ("\t").
    static final int
    The length of TAB.
  • Field Details

    • LS

      static final String LS
      The system-dependent line separator (shortcut for System.getProperty("line.separator")).
    • LS_LENGTH

      static final int LS_LENGTH
      The length of LS.
    • TAB

      static final String TAB
      The tabulator ("\t").
      See Also:
    • TAB_LENGTH

      static final int TAB_LENGTH
      The length of TAB.
    • NULL

      static final String NULL
      The string used for null-values.
      See Also: