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