DynamicBuilders.DynamicInt32.IntFormatter


public class DynamicBuilders.DynamicInt32.IntFormatter


Allows formatting DynamicInt32 into a DynamicString.

Summary

Nested types

Builder to create IntFormatter objects.

Public methods

@IntRange(from = 0) int

Returns the minimum number of digits allowed in the integer portion of a number.

boolean

Returns whether digit grouping is used or not.

Public methods

getMinIntegerDigits

Added in 1.0.0
public @IntRange(from = 0) int getMinIntegerDigits()

Returns the minimum number of digits allowed in the integer portion of a number.

isGroupingUsed

Added in 1.0.0
public boolean isGroupingUsed()

Returns whether digit grouping is used or not.