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