Package | Description |
---|---|
org.dromara.hutool.core.lang.tuple | |
org.dromara.hutool.json.serializer.impl |
默认实现的序列化和反序列化
|
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)
截取元组指定部分
|
Modifier and Type | Method and Description |
---|---|
Tuple |
TupleDeserializer.deserialize(JSON json,
Type deserializeType) |
Copyright © 2025. All rights reserved.