类 NumberUtil
java.lang.Object
com.alibaba.nacos.common.utils.NumberUtil
Nacos number util.
- 作者:
- xiweng.yy
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
NumberUtil
public NumberUtil()
-
-
方法详细资料
-
isDigits
Whether all chars of input string is digit.- 参数:
input-Stringchecked- 返回:
trueif all chars is digit, otherwise false
-