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