Package com.ibm.icu.number
Class Grouper
- java.lang.Object
-
- com.ibm.icu.number.Grouper
-
@Deprecated public class Grouper extends java.lang.Object
Deprecated.This API is a technical preview. It is likely to change in an upcoming release.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Grouper
defaults()
Deprecated.This API is a technical preview.static Grouper
minTwoDigits()
Deprecated.This API is a technical preview.static Grouper
none()
Deprecated.This API is a technical preview.
-
-
-
Method Detail
-
defaults
@Deprecated public static Grouper defaults()
Deprecated.This API is a technical preview. It is likely to change in an upcoming release.
-
minTwoDigits
@Deprecated public static Grouper minTwoDigits()
Deprecated.This API is a technical preview. It is likely to change in an upcoming release.
-
none
@Deprecated public static Grouper none()
Deprecated.This API is a technical preview. It is likely to change in an upcoming release.
-
-