| Package | Description |
|---|---|
| org.dromara.hutool.core.lang.tuple |
| Modifier and Type | Method and Description |
|---|---|
Tuple |
Tuple.clone() |
static Tuple |
Tuple.of(Object... members)
构建Tuple对象
|
Tuple |
Tuple.setCacheHash(boolean cacheHash)
缓存Hash值,当为true时,此对象的hash值只被计算一次,常用于Tuple中的值不变时使用。
|
Tuple |
Tuple.sub(int start,
int end)
截取元组指定部分
|
Copyright © 2025. All rights reserved.