| Package | Description |
|---|---|
| org.dromara.hutool.core.lang.mutable |
提供可变值对象的封装,用于封装int、long等不可变值,使其可变
|
| Modifier and Type | Method and Description |
|---|---|
MutablePair<L,R> |
MutablePair.get() |
static <L,R> MutablePair<L,R> |
MutablePair.of(L left,
R right)
构建MutablePair对象
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutablePair.set(MutablePair<L,R> value) |
Copyright © 2025. All rights reserved.