- 所有超级接口:
Mutable<T>
- 所有已知实现类:
MutableDouble,MutableFloat,MutableInt,MutableLong
- 作者:
- wjybxx date - 2024/1/4
-
方法概要
-
方法详细资料
-
intValue
int intValue() -
longValue
long longValue() -
floatValue
float floatValue() -
doubleValue
double doubleValue() -
add
- 参数:
operand- 操作数- 返回:
- this
- 抛出:
NullPointerException- 如果操作数为null
-
subtract
- 参数:
operand- 操作数- 返回:
- this
- 抛出:
NullPointerException- 如果操作数为null
-
multiply
- 参数:
operand- 操作数- 返回:
- this
- 抛出:
NullPointerException- 如果操作数为null
-
divide
- 参数:
operand- 操作数- 返回:
- this
- 抛出:
NullPointerException- 如果操作数为null
-