Package | Description |
---|---|
cn.hutool.core.lang.mutable |
提供可变值对象的封装,用于封装int、long等不可变值,使其可变
|
Modifier and Type | Method and Description |
---|---|
MutableDouble |
MutableDouble.add(double operand)
增加值
|
MutableDouble |
MutableDouble.add(Number operand)
增加值
|
MutableDouble |
MutableDouble.decrement()
值减一
|
MutableDouble |
MutableDouble.increment()
值+1
|
MutableDouble |
MutableDouble.subtract(double operand)
减去值
|
MutableDouble |
MutableDouble.subtract(Number operand)
减去值
|
Modifier and Type | Method and Description |
---|---|
int |
MutableDouble.compareTo(MutableDouble other)
比较
|
Copyright © 2024. All rights reserved.