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