public static final enum CompactDecimalFormat.CompactStyle
extends Enum<CompactDecimalFormat.CompactStyle>
java.lang.Object | ||
↳ | java.lang.Enum<android.icu.text.CompactDecimalFormat.CompactStyle> | |
↳ | android.icu.text.CompactDecimalFormat.CompactStyle |
CompactDecimalFormat的样式参数。
Enum values |
|
---|---|
CompactDecimalFormat.CompactStyle |
LONG 更长的版本,如“1.2万亿”,如果有的话。 |
CompactDecimalFormat.CompactStyle |
SHORT 短版本,如“1.2T” |
Public methods |
|
---|---|
static CompactDecimalFormat.CompactStyle |
valueOf(String name) |
static final CompactStyle[] |
values() |
Inherited methods |
|
---|---|
From class java.lang.Enum
|
|
From class java.lang.Object
|
|
From interface java.lang.Comparable
|
CompactDecimalFormat.CompactStyle LONG
更长的版本,如“1.2万亿”,如果有的话。 如果不是,可能会返回与SHORT相同的结果。
CompactDecimalFormat.CompactStyle valueOf (String name)
Parameters | |
---|---|
name |
String
|
Returns | |
---|---|
CompactDecimalFormat.CompactStyle |