855 Commits

Author SHA1 Message Date
Looly
50654f821f fix code 2021-11-16 01:19:40 +08:00
Looly
a16b0ed025 fix code 2021-11-16 00:38:10 +08:00
Looly
e7370ef77c !459 - 拓展ofEmptyAble函数,简化了判空元素list的操作 - ifPresentOrElse现在支持链式调用 - 拓展mapOrElse函数,可用于一些连续的参数校验 - 拓展exec函数,能对NPE和数组越界异常进行友好返回
Merge pull request !459 from 阿超/v5-dev
2021-11-15 16:26:52 +00:00
Looly
305fa44b55 fix textFinder 2021-11-16 00:09:40 +08:00
VampireAchao
600f2ff371 1.拓展ofEmptyAble函数,简化了判空元素list的操作
2.ifPresentOrElse现在支持链式调用
3.拓展mapOrElse函数,可用于一些连续的参数校验
4.拓展exec函数,能对NPE和数组越界异常进行友好返回
2021-11-15 23:09:03 +08:00
Looly
ab1d8e84e4 add method for Tree 2021-11-11 22:57:07 +08:00
Looly
8fda1b9ac5 add AsyncUtil 2021-11-10 23:12:53 +08:00
Looly
2a7563a609 !457 HashMap应指定初始长度,增加CompletableFuture相关封装
Merge pull request !457 from 阿超/v5-dev
2021-11-10 14:49:50 +00:00
Looly
662485fb2b fix FileResourceBug 2021-11-10 22:48:11 +08:00
achao
e021f52563 添加测试用例 2021-11-10 21:21:01 +08:00
Looly
fbf52763b7 add method 2021-11-07 13:10:18 +08:00
Looly
96df45120d !455 新增了 flattedMap函数,增强了对原生Optional的适配;新增了set函数,允许静态方式/链式获取一个新的Opt
Merge pull request !455 from 阿超/v5-dev
2021-11-07 04:46:50 +00:00
Looly
941e4f39ca fix UrlQuery 2021-11-07 03:23:44 +08:00
Looly
a5adc9ae94 fix bug 2021-11-07 02:34:03 +08:00
achao
42a74147a6 Merge remote-tracking branch 'origin/v5-dev' into v5-dev 2021-11-06 19:56:48 +08:00
achao
29d503d274 新增了flattedMap,增强了对原生Optional的适配
新增了set函数,能通过非静态方式以及链式获取新的Opt
2021-11-06 19:56:40 +08:00
Looly
065c6d61c8 add class 2021-11-06 18:23:50 +08:00
Looly
fa4f71a112 add method 2021-11-05 00:54:30 +08:00
Looly
646815c3de add test 2021-11-04 02:15:00 +08:00
Looly
179cd2c8ba fix regex 2021-11-04 01:16:05 +08:00
Looly
d75ddf8e2c fix regex 2021-11-04 00:56:23 +08:00
Looly
a97d8c5b4d fix method 2021-11-03 01:35:18 +08:00
Looly
7e62bf4626 fix 2021-11-03 00:29:54 +08:00
Looly
7af9544105 add test 2021-11-02 22:52:02 +08:00
Looly
b9699517a5 add comment 2021-11-02 01:25:21 +08:00
Looly
88edbafe4b add test 2021-11-02 01:17:48 +08:00
Looly
cffb294bfe add CoordinateUtil 2021-11-02 00:55:51 +08:00
hongzhe.qin
8f35f5429b Merge branch 'v5-dev' of https://gitee.com/deligense/hutool into v5-dev 2021-11-01 10:58:31 +08:00
hongzhe.qin
c105eddc8b add W84Util.java 2021-11-01 10:58:09 +08:00
Looly
3fca9e3afd add peek 2021-10-31 18:27:41 +08:00
VampireAchao
6a0bfb7994 新增peeks函数,为函数式编程提供多样性和更多可能性 2021-10-30 14:49:56 +08:00
Looly
8efae077ff fix bug 2021-10-29 01:41:00 +08:00
Jice Gao
ccc9109197 修正cidr判定问题 2021-10-28 09:46:12 +08:00
Looly
7248b65f40 add EFC3986 2021-10-26 04:24:05 +08:00
Looly
87b88b395e fix bug 2021-10-26 01:33:30 +08:00
Looly
d571567c52 add method 2021-10-23 23:19:50 +08:00
Looly
fc96980b68 change fix test 2021-10-21 22:59:15 +08:00
Looly
ce9ee646d6 add test 2021-10-21 22:24:14 +08:00
Looly
39df3623e1 fix bug 2021-10-21 21:36:22 +08:00
Looly
6ad682fb0a add method 2021-10-21 14:24:02 +08:00
Looly
25118070a3 add zip append 2021-10-21 02:52:14 +08:00
Looly
8a8dbd1816 !441 fix bug https://gitee.com/dromara/hutool/issues/I4402K
Merge pull request !441 from 申劭明/v5-dev-20211015
2021-10-20 16:13:26 +00:00
Looly
b937969313 fix bug 2021-10-20 12:34:26 +08:00
申劭明
fd1f330166 add test 2021-10-20 10:43:51 +08:00
Looly
6b3fc153d7 add test 2021-10-15 02:04:42 +08:00
Looly
1b39b8271a add method 2021-10-15 00:06:42 +08:00
Looly
134c0c2578 !439 ReUtil.java 添加了 2 个支持[命名捕获组]的方法
Merge pull request !439 from churen/v5-dev
2021-10-14 15:45:49 +00:00
Looly
a5ea0ef1ed fix parse bug 2021-10-14 19:29:44 +08:00
lihai03
a15eecd2c5 ReUtil.java 添加 2 个命名捕获组相关的方法
ReUtil.java 添加 2 个命名捕获组相关的方法

ReUtil.java 添加 2 个命名捕获组相关的方法
2021-10-14 18:37:38 +08:00
Looly
b5036b4b0b add method 2021-10-14 09:56:04 +08:00