emptypoint
|
529c0beab4
|
修复of、push、addFirst方法中可变参为null时的问题;
|
2022-08-01 22:17:36 +08:00 |
|
Zjp
|
1bc419d72c
|
1.优化of(T)方法, 让其等价于ofNullable(T);
|
2022-08-01 17:54:12 +08:00 |
|
Zjp
|
f06162c1bd
|
1.删除多余的并行流设置, 补充缺失的设置;
2.删除多余代码;
|
2022-08-01 17:16:14 +08:00 |
|
Zjp
|
9a7367ffe1
|
优化FastStream实现细节, 使用高效一些的写法;
|
2022-08-01 16:25:07 +08:00 |
|
Looly
|
4f32f20ea9
|
fix comment
|
2022-07-29 23:41:36 +08:00 |
|
Looly
|
547941e1c9
|
fix code
|
2022-07-29 23:38:03 +08:00 |
|
Looly
|
14f09c2141
|
fix code
|
2022-07-29 23:10:25 +08:00 |
|
Looly
|
15772f1ec1
|
Merge branch 'v6-dev' of gitee.com:dromara/hutool into v6-dev
|
2022-07-29 23:05:39 +08:00 |
|
Looly
|
7769822e11
|
fix code
|
2022-07-29 23:05:20 +08:00 |
|
Looly
|
3ed99ff59c
|
!725 【6.x】新增FastStream,是对Stream的封装和拓展
Merge pull request !725 from 阿超/v6-dev
|
2022-07-29 15:05:10 +00:00 |
|
achao
|
c51ed6d3a1
|
修复注释里的Steam为FastStream,以及sub方法
|
2022-07-29 23:04:54 +08:00 |
|
VampireAchao
|
d66618651d
|
FastStream!!!
|
2022-07-23 20:37:44 +08:00 |
|
Looly
|
a36a970341
|
add checkDumplicate
|
2022-07-22 17:36:52 +08:00 |
|
Looly
|
fa5763e03a
|
add qrconfig
|
2022-07-22 17:30:54 +08:00 |
|
Looly
|
e7ed50a789
|
add des test
|
2022-07-21 12:05:10 +08:00 |
|
Looly
|
db05a423dc
|
fix bug
|
2022-07-21 11:55:21 +08:00 |
|
Looly
|
32235d3b7e
|
fix bug
|
2022-07-20 13:38:55 +08:00 |
|
Looly
|
28fde6ddcf
|
修复Dict缺少putIfAbsent、computeIfAbsent问题
|
2022-07-19 11:09:55 +08:00 |
|
Looly
|
faa6eebe52
|
add methods
|
2022-07-17 21:52:55 +08:00 |
|
Looly
|
700de56daa
|
add methods
|
2022-07-17 21:39:26 +08:00 |
|
Looly
|
2c0194d86d
|
remove TimeInterval
|
2022-07-17 19:22:13 +08:00 |
|
Looly
|
f94da98a20
|
change jo
|
2022-07-17 18:45:01 +08:00 |
|
Looly
|
94d5889b1c
|
fix bug
|
2022-07-17 18:43:58 +08:00 |
|
Looly
|
49e40132ac
|
fix comment
|
2022-07-17 00:43:06 +08:00 |
|
Looly
|
50fe0f4fce
|
add methods
|
2022-07-17 00:38:22 +08:00 |
|
Looly
|
d6fe591abd
|
fix name
|
2022-07-17 00:05:43 +08:00 |
|
Looly
|
26acf5bf24
|
fix bug
|
2022-07-16 23:52:15 +08:00 |
|
Looly
|
df9050026e
|
add isIn
|
2022-07-16 23:48:45 +08:00 |
|
Looly
|
ced4e50334
|
!692 用StreamUtil实现PredicateUtil,补全单测,抑制泛型参数警告
Merge pull request !692 from 阿超/v6-dev
|
2022-07-16 15:13:13 +00:00 |
|
Looly
|
a098b1e9d8
|
fix bug
|
2022-07-16 23:13:00 +08:00 |
|
Looly
|
681535c575
|
fix code
|
2022-07-16 22:46:31 +08:00 |
|
Looly
|
8e7d09cfc0
|
fix test
|
2022-07-16 21:54:34 +08:00 |
|
achao
|
8a517a7f04
|
优化PredicateUtil,补全单测,抑制泛型参数警告
|
2022-07-09 22:40:34 +08:00 |
|
Looly
|
e38f9bf9b8
|
add methods
|
2022-07-09 14:38:27 +08:00 |
|
Looly
|
31e5eead89
|
fix code
|
2022-07-09 13:27:36 +08:00 |
|
Looly
|
73ee346bb6
|
add methods
|
2022-07-05 23:23:13 +08:00 |
|
Looly
|
b35e0981ec
|
add methods
|
2022-07-05 23:20:36 +08:00 |
|
Looly
|
440e3ebc2a
|
add methods
|
2022-07-05 22:59:49 +08:00 |
|
Looly
|
6f97c9ed42
|
!676 【6.x】新增CollectorUtil.reduceListMap()用于Collection<Map<K,V>> => Map<K,List<V>>,优化groupingBy中对null的处理
Merge pull request !676 from 阿超/v6-dev
|
2022-07-05 14:57:55 +00:00 |
|
achao
|
26cf1ba18f
|
新增CollectorUtil.reduceListMap(),用于聚合集合中的 每一个map 为一个大map Collection<Map<K,V>> => Map<K,List<V>>
|
2022-07-03 19:05:57 +08:00 |
|
VampireAchao
|
fec797aa86
|
Merge remote-tracking branch 'origin/v6-dev' into v6-dev
|
2022-07-03 17:38:38 +08:00 |
|
achao
|
9538041ac5
|
处理Collectors遇到null的情况
|
2022-07-03 17:35:54 +08:00 |
|
Looly
|
768c4a392d
|
add isIn
|
2022-06-30 18:35:59 +08:00 |
|
Looly
|
7646683785
|
add testr
|
2022-06-30 17:47:23 +08:00 |
|
Looly
|
2bcb8f3f79
|
add methods
|
2022-06-29 19:09:59 +08:00 |
|
Looly
|
40748eaa0d
|
!666 修复:ConcurrencyTester默认线程池太大,导致:测试用例:oom (java.lang.OutOfMemoryError)的问题
Merge pull request !666 from dazer007/v6-dev-concurrencyTester-threadSize-too-big
|
2022-06-29 10:59:58 +00:00 |
|
Looly
|
56bc948d99
|
add methods
|
2022-06-29 18:58:53 +08:00 |
|
Looly
|
c56959fe7a
|
add methods
|
2022-06-29 18:48:58 +08:00 |
|
Looly
|
576860f878
|
!668 StrUtil.isAllBlank() 支持数支持List
Merge pull request !668 from dazer007/v6-dev-StrUtil_isAllBlank-support-list
|
2022-06-29 10:37:12 +00:00 |
|
Looly
|
2716ee0eb2
|
!670 getTypeOfNull pmd = ps.getParameterMetaData() NPE Optimization 空指针优化, 处理: issues/I5ENJP
Merge pull request !670 from dazer007/v6-dev-getParameterMetaData-npe
|
2022-06-29 10:26:44 +00:00 |
|