| Package | Description |
|---|---|
| org.dromara.hutool.core.array |
提供数组相关封装
|
| org.dromara.hutool.core.collection |
集合以及Iterator封装,包括集合工具CollUtil,Iterator和Iterable工具IterUtil
|
| org.dromara.hutool.core.collection.set |
Set相关封装 |
| org.dromara.hutool.core.io |
IO相关封装和工具类,包括Inputstream和OutputStream实现类,工具包括流工具IoUtil、文件工具FileUtil和Buffer工具BufferUtil
|
| org.dromara.hutool.core.io.file |
对文件读写的封装,包括文件拷贝、文件读取、文件写出、行处理等
|
| org.dromara.hutool.core.io.watch |
基于JDK7+ WatchService的文件和目录监听封装,支持多级目录
|
| org.dromara.hutool.core.lang.wrapper |
提供包装对象的抽象
通过包装接口,实现装饰模式或代理模式,以增强或目标对象功能。 |
| org.dromara.hutool.core.map |
Map相关封装,提供特殊Map实现以及Map工具MapUtil
|
| org.dromara.hutool.core.map.multi |
多参数类型的Map实现,包括集合类型值的MultiValueMap和Table
MultiValueMap:一个键对应多个值的集合的实现,类似于树的结构。 |
| org.dromara.hutool.core.pool |
对象池封装实现
整体参考了: https://github.com/DanielYWoo/fast-object-pool/ https://github.com/apache/commons-pool |
| org.dromara.hutool.core.pool.partition |
基于分区的对象池实现,参考:https://github.com/DanielYWoo/fast-object-pool
|
| org.dromara.hutool.core.thread |
提供线程及高并发封装,入口为ThreadUtil
|
| Class and Description |
|---|
| Wrapper
包装接口
|
| Class and Description |
|---|
| SimpleWrapper
简单包装对象
通过继承此类,可以直接使用被包装的对象,用于简化和统一封装。 |
| Wrapper
包装接口
|
| Class and Description |
|---|
| SimpleWrapper
简单包装对象
通过继承此类,可以直接使用被包装的对象,用于简化和统一封装。 |
| Wrapper
包装接口
|
| Class and Description |
|---|
| Wrapper
包装接口
|
| Class and Description |
|---|
| Wrapper
包装接口
|
| Class and Description |
|---|
| Wrapper
包装接口
|
| Class and Description |
|---|
| Wrapper
包装接口
|
| Class and Description |
|---|
| Wrapper
包装接口
|
| Class and Description |
|---|
| Wrapper
包装接口
|
| Class and Description |
|---|
| Wrapper
包装接口
|
| Class and Description |
|---|
| Wrapper
包装接口
|
| Class and Description |
|---|
| Wrapper
包装接口
|
Copyright © 2024. All rights reserved.