Interface NegativeFormat.Builder

    • Method Detail

      • prefix

        NegativeFormat.Builder prefix​(String prefix)

        The prefix for a negative format.

        Parameters:
        prefix - The prefix for a negative format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • suffix

        NegativeFormat.Builder suffix​(String suffix)

        The suffix for a negative format.

        Parameters:
        suffix - The suffix for a negative format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.