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