| Package | Description |
|---|---|
| org.aoju.bus.core.lang.mutable |
| 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 © 2019. All rights reserved.