| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.struct.mutable |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MutableValueBool
MutableValue implementation of type boolean. |
class |
MutableValueDate
MutableValue implementation of type Date. |
class |
MutableValueDouble
MutableValue implementation of type double. |
class |
MutableValueFloat
MutableValue implementation of type float. |
class |
MutableValueInt
MutableValue implementation of type int. |
class |
MutableValueLong
MutableValue implementation of type long. |
| 限定符和类型 | 方法和说明 |
|---|---|
MutableValue |
MutableValueLong.duplicate() |
MutableValue |
MutableValueInt.duplicate() |
MutableValue |
MutableValueFloat.duplicate() |
MutableValue |
MutableValueDouble.duplicate() |
MutableValue |
MutableValueDate.duplicate() |
MutableValue |
MutableValueBool.duplicate() |
abstract MutableValue |
MutableValue.duplicate() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
MutableValue.compareTo(MutableValue other) |
void |
MutableValueLong.copy(MutableValue source) |
void |
MutableValueInt.copy(MutableValue source) |
void |
MutableValueFloat.copy(MutableValue source) |
void |
MutableValueDouble.copy(MutableValue source) |
void |
MutableValueBool.copy(MutableValue source) |
abstract void |
MutableValue.copy(MutableValue source) |
Copyright © 2022. All rights reserved.