public interface NumberConstant
| 限定符和类型 | 字段和说明 |
|---|---|
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
千
|
static final Integer ONE
static final Integer TEN
static final Integer HUNDRED
static final Integer THOUSAND
static final Integer TEN_THOUSAND
static final Integer HUNDRED_THOUSAND
static final Integer MILLION
static final Integer TEN_MILLION
static final Integer HUNDRED_MILLION
static final Integer BILLION
Copyright © 2022. All rights reserved.