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