| Package | Description |
|---|---|
| org.aoju.bus.core.lang.mutable |
| Modifier and Type | Method and Description |
|---|---|
MutableInt |
MutableInt.add(int operand)
增加值
|
MutableInt |
MutableInt.add(Number operand)
增加值
|
MutableInt |
MutableInt.decrement()
值减一
|
MutableInt |
MutableInt.increment()
值+1
|
MutableInt |
MutableInt.subtract(int operand)
减去值
|
MutableInt |
MutableInt.subtract(Number operand)
减去值
|
| Modifier and Type | Method and Description |
|---|---|
int |
MutableInt.compareTo(MutableInt other)
比较
|
Copyright © 2019. All rights reserved.