| Package | Description |
|---|---|
| cn.hutool.cache.impl |
提供各种缓存实现
|
| cn.hutool.core.lang |
语言特性包,包括大量便捷的数据结构,例如验证器Validator,分布式ID生成器Snowflake等
|
| cn.hutool.core.lang.mutable |
提供可变值对象的封装,用于封装int、long等不可变值,使其可变
|
| cn.hutool.core.util |
提供各种工具方法,按照归类入口为XXXUtil,如字符串工具StrUtil等
|
| cn.hutool.json |
JSON封装,基于json.org官方库改造
|
| cn.hutool.json.serialize |
JSON自定义序列化和反序列化接口和默认实现
|
| Class and Description |
|---|
| Mutable
提供可变值类型接口
|
| Class and Description |
|---|
| Mutable
提供可变值类型接口
|
| Class and Description |
|---|
| Mutable
提供可变值类型接口
|
| MutableBool
可变
boolean 类型 |
| MutableByte
可变
byte 类型 |
| MutableDouble
可变
double 类型 |
| MutableFloat
可变
float 类型 |
| MutableInt
可变
int 类型 |
| MutableLong
可变
long 类型 |
| MutableObj
可变
Object |
| MutablePair
可变
Pair实现,可以修改键和值 |
| MutableShort
可变
short 类型 |
| Class and Description |
|---|
| Mutable
提供可变值类型接口
|
| Class and Description |
|---|
| Mutable
提供可变值类型接口
|
| MutablePair
可变
Pair实现,可以修改键和值 |
| Class and Description |
|---|
| MutablePair
可变
Pair实现,可以修改键和值 |
Copyright © 2025. All rights reserved.