Commit Graph

1224 Commits

Author SHA1 Message Date
Looly
8ae81241be aad ListUtil.split 2020-10-14 15:33:02 +08:00
Looly
cc59412909 !194 优化针对list的split方法
Merge pull request !194 from easepan/hotfix/optimize-collutil-split
2020-10-14 15:19:57 +08:00
easepan
8913aeaf33 fix: optimize split for list 2020-10-14 13:16:15 +08:00
Looly
f11a151471 fix doc 2020-10-14 11:43:24 +08:00
Looly
d24ff836b8 enhance countAll 2020-10-14 11:01:29 +08:00
Golden Looly
8c17979082
Merge pull request #1159 from akiyamaneko/combination_enhanced
基于#1153 重新做了优化,剔除了缓存,直接计算即可
2020-10-14 11:00:16 +08:00
Golden Looly
81ac3924d6
Merge pull request #1163 from xiejiamingly/v5-dev
修改了CaseInsensitiveMap的remove等方法并没有忽略大小写的问题
2020-10-14 10:51:31 +08:00
Looly
1873b76017 fix doc 2020-10-14 10:48:42 +08:00
Looly
d03c936987 !193 补全 StrUtil 和 CharUtil 注释
Merge pull request !193 from SinguJ/v5-dev
2020-10-14 10:46:35 +08:00
xjm
5478b1d67b 修改了CaseInsensitiveMap的remove等方法并没有忽略大小写的问题 2020-10-13 18:43:36 +08:00
Singu
04485c7d4b add comments to StrUtil
补全部分 Empty 相关方法的注释
2020-10-13 17:10:56 +08:00
Singu
ea4271b3db add comments to StrUtil
补全 Blank 相关方法的注释
2020-10-13 17:06:16 +08:00
Singu
9679d1ffaf add comments to CharUtil
补全常量注释
2020-10-13 17:05:12 +08:00
Singu
a9e1b77b2c add comments to StrUtil
补全常量注释
2020-10-13 17:04:02 +08:00
Singu
43152af8be add comments to StrUtil
补全部分方法的版本号
2020-10-13 17:01:15 +08:00
neko
edf01b772d
Update Combination.java 2020-10-11 16:20:22 +08:00
Looly
3617d0a569 DataSizeUtil support decimal 2020-10-11 14:04:45 +08:00
Golden Looly
8cc5b7ffa4
Merge pull request #1158 from totalo/v5-dev
fixed #1155 修复DataSizeUtil无法处理小数的问题
2020-10-11 13:51:57 +08:00
Looly
c4fdf545e7 fix json double 2020-10-11 13:45:33 +08:00
Looly
6ea9912fd4 !192 修复JSONUtil.toBean精度丢失
Merge pull request !192 from shiguanghuixiao/v5-dev
2020-10-11 13:20:19 +08:00
Looly
03e45bc514 fix NumberUtil 2020-10-11 13:19:17 +08:00
totalo
29b6de444f fixed #1155 2020-10-10 23:23:47 +08:00
totalo
d97db8c2e1 Merge branch 'v5-dev' of https://github.com/totalo/hutool into v5-dev 2020-10-10 23:11:43 +08:00
totalo
20d1e8984b Merge remote-tracking branch 'origin/v5-dev' into v5-dev 2020-10-10 23:04:42 +08:00
totalo
5edaf41cae fixed #1155 2020-10-10 23:04:18 +08:00
xiaozhuangshi
401bf785dd 修复JSONUtil.toBean精度丢失 2020-10-10 10:48:13 +08:00
Looly
a341ad0198 remove Character.toUpperCase 2020-10-09 16:50:40 +08:00
Golden Looly
3471061626
Merge pull request #1145 from akiyamaneko/credict-code
简化CreditCode逻辑
2020-10-09 16:49:47 +08:00
Looly
1a74642736 enhance StrUtil 2020-10-09 16:48:12 +08:00
Golden Looly
58aba1ab93
Merge pull request #1144 from akiyamaneko/strutils
优化 StrUtil中部分参数校验以及逻辑处理
2020-10-09 16:42:57 +08:00
Looly
c59acb3bac fix equals 2020-10-09 16:30:19 +08:00
Looly
69362f1031 add default value for ArrayUtil.unwrap 2020-10-09 16:01:25 +08:00
Looly
25e57bd4e9 fix bug 2020-10-09 15:54:51 +08:00
Golden Looly
a82d5b2905
Merge pull request #1150 from akiyamaneko/list_util_enhanecd
修复ListUtil潜在的overflow异常
2020-10-09 15:51:39 +08:00
Looly
7f83e35307 add test 2020-10-09 15:43:57 +08:00
Looly
308fa0f9db fix date bug 2020-10-09 15:25:21 +08:00
Looly
ecedb5fd82 add method 2020-10-09 10:27:22 +08:00
Looly
c1b757fa60 !191 新增去除xml注释内容的方法
Merge pull request !191 from webhua_323/v5-dev
2020-10-09 09:48:21 +08:00
lixiaohua
ec2669d586 update unit test 2020-10-08 09:36:11 +08:00
lixiaohua
2602935b60 add method 2020-10-08 03:25:17 +08:00
neko
ede632714d
修复潜在的overflow异常 2020-10-03 17:12:09 +08:00
neko
050d3e6eac
简化逻辑 2020-10-02 10:57:55 +08:00
neko
a62f2cd34a
优化StrUtil 2020-09-30 18:18:58 +08:00
Looly
9e2e9ee230 fix code 2020-09-30 15:37:53 +08:00
Looly
49d5fb471f fix code 2020-09-30 15:37:13 +08:00
Looly
a849ad19c0 !190 ConsoleTable代码优化
Merge pull request !190 from sypro/ConsoleTable代码优化
2020-09-30 15:32:27 +08:00
SunYu
93877205c5 代码优化 2020-09-30 13:50:13 +08:00
Looly
7c23aadb9e prepare 5.4.5 2020-09-30 12:04:01 +08:00
Looly
2a24b7fd6e fox word 2020-09-30 11:50:26 +08:00
Looly
7038498add release 5.4.4 2020-09-30 11:42:40 +08:00