Class Grouper
java.lang.Object
org.graalvm.shadowed.com.ibm.icu.impl.number.Grouper
-
Method Summary
Modifier and TypeMethodDescriptionstatic GrouperforProperties(DecimalFormatProperties properties) Resolve the values in Properties to a Grouper object.static GrouperforStrategy(NumberFormatter.GroupingStrategy grouping) Convert from the GroupingStrategy enum to a Grouper object.static GroupergetInstance(short grouping1, short grouping2, short minGrouping) shortshortbooleangroupAtPosition(int position, DecimalQuantity value) withLocaleData(ULocale locale, PatternStringParser.ParsedPatternInfo patternInfo)
-
Method Details
-
forStrategy
Convert from the GroupingStrategy enum to a Grouper object. -
forProperties
Resolve the values in Properties to a Grouper object. -
getInstance
-
withLocaleData
-
groupAtPosition
-
getPrimary
public short getPrimary() -
getSecondary
public short getSecondary()
-