public final class NumberKit extends Object
| Constructor and Description |
|---|
NumberKit() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
isBigDecimal(Object obj) |
static Boolean |
isBigInteger(Object obj) |
static Boolean |
isByte(Object obj) |
static Boolean |
isDouble(Object obj) |
static Boolean |
isFloat(Object obj) |
static Boolean |
isInt(Object obj) |
static Boolean |
isLong(Object obj) |
static Boolean |
isShort(Object obj) |
static Boolean |
isZero(Object obj)
取值是否为0或0.0
|
static String |
toHex(Object obj)
转化为十六进制
|
Copyright © 2020. All rights reserved.