类 IntegerUtils
java.lang.Object
com.cdkjframework.util.tool.number.IntegerUtils
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
IntegerUtils
public IntegerUtils()
-
-
方法详细资料
-
addition
Integer数据相加- 参数:
integerList- 数据列表- 返回:
- 返回相加结果
-
divide
除- 参数:
dividend- 除数divisor- 被除- 返回:
- 返回结果
-
multiply
乘- 参数:
multiplier- 乘数multiplicand- 被乘数- 返回:
- 返回结果
-