public final class NumberConstant extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
BILLION
十亿
|
static Integer |
HUNDRED
百
|
static Integer |
HUNDRED_MILLION
亿
|
static Integer |
HUNDRED_THOUSAND
十万
|
static Integer |
MILLION
百万
|
static Integer |
ONE
一
|
static Integer |
TEN
十
|
static Integer |
TEN_MILLION
千万
|
static Integer |
TEN_THOUSAND
万
|
static Integer |
THOUSAND
千
|
| 限定符 | 构造器和说明 |
|---|---|
private |
NumberConstant() |
public static Integer ONE
public static Integer TEN
public static Integer HUNDRED
public static Integer THOUSAND
public static Integer TEN_THOUSAND
public static Integer HUNDRED_THOUSAND
public static Integer MILLION
public static Integer TEN_MILLION
public static Integer HUNDRED_MILLION
public static Integer BILLION
Copyright © 2024. All rights reserved.