Looly
|
ceb6049614
|
!760 CompareUtilTest添加comparingIndexedTest的测试方法到v6.x
Merge pull request !760 from dazer007/v6-dev-compareUtilsTestAdd
|
2022-08-23 01:25:23 +00:00 |
|
VampireAchao
|
699217b4c3
|
EasyStream 对递归树结构的支持
|
2022-08-22 19:37:14 +08:00 |
|
huangchengxing
|
227313c632
|
补充方法,并为部分工厂方法添加空值处理
|
2022-08-22 11:00:42 +08:00 |
|
duandazhi
|
07a78f44b6
|
CompareUtilTest 添加 comparingIndexed 的测试方法
|
2022-08-20 18:26:40 +08:00 |
|
Looly
|
d567efde00
|
fix code
|
2022-08-20 00:46:03 +08:00 |
|
Looly
|
b5dc741079
|
fix code
|
2022-08-20 00:38:00 +08:00 |
|
emptypoint
|
18fff4ea87
|
修改FastStream名称为EasyStream;
|
2022-08-19 20:06:56 +08:00 |
|
Looly
|
136cc3b08a
|
!756 优化CollUtil部分方法
Merge pull request !756 from emptypoint/v6-CollUtil-update
|
2022-08-19 03:04:42 +00:00 |
|
Looly
|
4a6d218a2b
|
fix code
|
2022-08-19 10:50:26 +08:00 |
|
Looly
|
e82d3c30e1
|
!757 【6.x】修复LambdaUtil对多参数且参数为包含数组的lambda的支持;优化clazz获取逻辑,直接从executable获取而不是反射
Merge pull request !757 from 阿超/v6-dev
|
2022-08-19 00:52:12 +00:00 |
|
achao
|
6bccf59079
|
修复LambdaUtil对多参数且参数为包含数组的lambda的支持;优化clazz获取逻辑,直接从executable获取而不是反射
|
2022-08-18 15:54:49 +08:00 |
|
Looly
|
1079533d5b
|
add methods
|
2022-08-18 12:12:31 +08:00 |
|
Zjp
|
a937b4cacf
|
1.[优化]CollUtil部分方法的写法, 希望减少浪费;
2.[修复]CollUtil.lastIndexOf()处理非List类型时的bug;
3.[添加]一些新的测试方法和用例;
|
2022-08-17 18:10:34 +08:00 |
|
Looly
|
f536f4f47a
|
fix doc
|
2022-08-16 15:29:34 +08:00 |
|
Looly
|
1ca70d893d
|
fix code
|
2022-08-16 10:36:30 +08:00 |
|
Looly
|
629507cbaf
|
fix code
|
2022-08-11 21:06:32 +08:00 |
|
Looly
|
460d010cc0
|
fix code
|
2022-08-11 20:34:26 +08:00 |
|
Looly
|
62e8deed90
|
fix methods
|
2022-08-11 20:21:22 +08:00 |
|
Looly
|
3a08a399da
|
fix code
|
2022-08-09 22:21:54 +08:00 |
|
Looly
|
04542f9a16
|
!742 优化FastStream, 新增takeWhile、dropWhile方法
Merge pull request !742 from emptypoint/FastStream-2
|
2022-08-09 13:53:07 +00:00 |
|
Looly
|
db6e806f9e
|
!747 Validator工具类增加4个验证方法
Merge pull request !747 from hellozrh/v6-dev
|
2022-08-09 13:45:42 +00:00 |
|
Looly
|
47fe31cf41
|
add test
|
2022-08-09 21:40:25 +08:00 |
|
hellozrh
|
ad09bd41bb
|
增加字节长度验证,应对数据库字节长度与java串长度算法不一致的问题
|
2022-08-09 15:30:52 +08:00 |
|
hellozrh
|
b8977ea119
|
增加Validator增加两个验证方法
|
2022-08-09 15:20:37 +08:00 |
|
achao
|
414439b89b
|
优化函数名、新增两个额外函数作为map和flat的前后空处理、完善测试用例,提升覆盖率
|
2022-08-09 14:35:56 +08:00 |
|
Zjp
|
c5fa258079
|
1.新增NonNull(Function)、mapNonNull(Function);
2.flatMapIter名称修改为flatIter;
3.flatMap和flatIter主动过滤null元素;
|
2022-08-09 11:36:48 +08:00 |
|
achao
|
db0e590fb1
|
:trollface: 审查、优化
|
2022-08-06 21:28:05 +08:00 |
|
Zjp
|
3608f9dbe0
|
fixed fc8923b from https://gitee.com/VampireAchao/hutool/pulls/742
优化FastStream:
1.新增takeWhile、dropWhile方法;
2.优化部分写法, 希望进一步提高效率;
3.删除多余的代码, 移动部分代码到其他类中;
|
2022-08-06 12:33:18 +00:00 |
|
Looly
|
aa403cbe98
|
add test
|
2022-08-06 18:45:01 +08:00 |
|
Looly
|
977c5a998a
|
fix doc
|
2022-08-05 16:22:00 +08:00 |
|
Looly
|
d8e63ab2f0
|
add test
|
2022-08-04 17:21:57 +08:00 |
|
achao
|
236ebba3a8
|
:trollface: unshift 灵感来源:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Array/unshift
|
2022-08-02 09:33:15 +08:00 |
|
Zjp
|
9a7367ffe1
|
优化FastStream实现细节, 使用高效一些的写法;
|
2022-08-01 16:25:07 +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 |
|
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
|
32235d3b7e
|
fix bug
|
2022-07-20 13:38:55 +08:00 |
|
Looly
|
2c0194d86d
|
remove TimeInterval
|
2022-07-17 19:22:13 +08:00 |
|
Looly
|
94d5889b1c
|
fix bug
|
2022-07-17 18:43:58 +08:00 |
|
Looly
|
50fe0f4fce
|
add methods
|
2022-07-17 00:38:22 +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 |
|
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
|
b35e0981ec
|
add methods
|
2022-07-05 23:20:36 +08:00 |
|