Interface ThousandSeparatorOptions.Builder

  • Method Details

    • symbol

      Determines the thousands separator symbol.

      Parameters:
      symbol - Determines the thousands separator symbol.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • symbol

      Determines the thousands separator symbol.

      Parameters:
      symbol - Determines the thousands separator symbol.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • visibility

      ThousandSeparatorOptions.Builder visibility(String visibility)

      Determines the visibility of the thousands separator.

      Parameters:
      visibility - Determines the visibility of the thousands separator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • visibility

      Determines the visibility of the thousands separator.

      Parameters:
      visibility - Determines the visibility of the thousands separator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • groupingStyle

      ThousandSeparatorOptions.Builder groupingStyle(String groupingStyle)

      Determines the way numbers are styled to accommodate different readability standards. The DEFAULT value uses the standard international grouping system and groups numbers by the thousands. The LAKHS value uses the Indian numbering system and groups numbers by lakhs and crores.

      Parameters:
      groupingStyle - Determines the way numbers are styled to accommodate different readability standards. The DEFAULT value uses the standard international grouping system and groups numbers by the thousands. The LAKHS value uses the Indian numbering system and groups numbers by lakhs and crores.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • groupingStyle

      Determines the way numbers are styled to accommodate different readability standards. The DEFAULT value uses the standard international grouping system and groups numbers by the thousands. The LAKHS value uses the Indian numbering system and groups numbers by lakhs and crores.

      Parameters:
      groupingStyle - Determines the way numbers are styled to accommodate different readability standards. The DEFAULT value uses the standard international grouping system and groups numbers by the thousands. The LAKHS value uses the Indian numbering system and groups numbers by lakhs and crores.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: