| 程序包 | 说明 |
|---|---|
| org.dromara.hutool.core.lang.tuple |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2024. All rights reserved.