申劭明
|
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 |
|
Looly
|
6dc2192caa
|
add RingIndexUtil
|
2021-10-14 09:44:34 +08:00 |
|
ZhouChuGang
|
db86a2ad76
|
feat: 加入集合环形索引获取工具类RingIndexUtil
加入集合环形索引获取工具类RingIndexUtil
|
2021-10-13 20:34:05 +08:00 |
|
Looly
|
28fefdeb1b
|
add SECURITY
|
2021-10-13 01:27:21 +08:00 |
|
Looly
|
4552fa27c6
|
fix test
|
2021-10-10 14:15:55 +08:00 |
|
zeyu cai
|
03d40cf4ff
|
fix cn.hutool.core.text.StrJoinerTest#joinMultiArrayTest
|
2021-10-09 18:40:43 -05:00 |
|
Looly
|
68e5ced2bd
|
add test
|
2021-10-09 21:57:30 +08:00 |
|
Looly
|
3037cb222c
|
add test
|
2021-10-09 21:47:54 +08:00 |
|
Looly
|
412160ac53
|
fix bug
|
2021-10-09 21:13:30 +08:00 |
|
Looly
|
6e3bad82d0
|
change test
|
2021-10-09 18:39:22 +08:00 |
|
Looly
|
adfe11ce37
|
change test
|
2021-10-09 18:39:00 +08:00 |
|
Looly
|
2af4333ea1
|
add test
|
2021-10-08 18:07:12 +08:00 |
|
Looly
|
26c4a44adc
|
add stream support for csv
|
2021-10-08 16:57:02 +08:00 |
|
Golden Looly
|
2f2273c50b
|
Merge pull request #1872 from ls586/v5-dev
从LocalDate中获取Week
|
2021-10-07 23:10:27 +08:00 |
|
Looly
|
cff7c1cedd
|
add Opt
|
2021-10-07 22:36:41 +08:00 |
|
Ron
|
f553d6d2cb
|
从LocalDate中获取Week
|
2021-10-01 01:06:18 +08:00 |
|
VampireAchao
|
75a14ef1fa
|
参考jdk16中的Optional,以及自己进行了一点调整和新增,比jdk8中的Optional多了几个实用的函数,将即将废弃的OptionalBean死灰复燃
|
2021-10-01 00:07:05 +08:00 |
|
lvcn
|
5fb8f1b857
|
fix typo, removeEqual对value为null情况未处理
|
2021-09-30 17:20:44 +08:00 |
|
Looly
|
58355265ff
|
fix code
|
2021-09-29 11:59:24 +08:00 |
|
Looly
|
0ff44155c7
|
add test
|
2021-09-28 00:56:12 +08:00 |
|
Looly
|
1072639f3b
|
add method
|
2021-09-28 00:14:58 +08:00 |
|
Looly
|
9642fa8862
|
fix code
|
2021-09-28 00:07:13 +08:00 |
|
Looly
|
ed85f81cea
|
fix test
|
2021-09-27 22:36:14 +08:00 |
|
zeyu cai
|
edd57e82d4
|
fix flaky test cn.hutool.core.util.JAXBUtilTest#beanToXmlTest. no performance regress related. test file changed only.
|
2021-09-27 04:57:04 -05:00 |
|
Looly
|
1ab9b6b3e9
|
fix get null bug
|
2021-09-27 11:56:33 +08:00 |
|
Looly
|
6db6d70293
|
add test
|
2021-09-25 19:42:40 +08:00 |
|
Looly
|
ce33b3d5cb
|
add test
|
2021-09-25 18:53:12 +08:00 |
|
Looly
|
bebacf2d00
|
fix split
|
2021-09-25 18:20:12 +08:00 |
|
Looly
|
e16ec27c40
|
add iter
|
2021-09-25 11:25:51 +08:00 |
|
Hccake
|
f1eb5cc439
|
Allows to customize the mapping method for each element in a list after splitting a string
|
2021-09-24 12:17:06 +08:00 |
|
Looly
|
59be04e0a5
|
add test
|
2021-09-17 21:15:04 +08:00 |
|
Looly
|
b935ace121
|
add method
|
2021-09-17 20:02:41 +08:00 |
|
TLH
|
3fc4d134af
|
CollUtil新增2个互换元素位置的静态方法以及对应单元测试
方法1:swapIndex 指定列表元素A与索引index所在元素互换位置
方法2:swapElement 指定列表元素A与列表元素B互换位置
|
2021-09-15 16:02:20 +08:00 |
|
Looly
|
bf8906eb48
|
fix frgment encode
|
2021-09-12 01:19:16 +08:00 |
|
Looly
|
07c69efa92
|
fix test
|
2021-09-12 00:15:30 +08:00 |
|
Looly
|
783a02cce4
|
fix bu
|
2021-09-10 19:51:46 +08:00 |
|
Looly
|
ba4fabb88c
|
fix pink bug
|
2021-09-10 19:07:08 +08:00 |
|
Looly
|
feed45c12c
|
fix bug
|
2021-09-09 19:29:00 +08:00 |
|
Looly
|
a1ee4d27c3
|
fix bug
|
2021-09-09 19:15:43 +08:00 |
|
Looly
|
02885bbcd3
|
add ZUC
|
2021-09-09 16:14:37 +08:00 |
|
Looly
|
5be6c0103b
|
add test
|
2021-09-09 11:53:11 +08:00 |
|
Looly
|
36cf627f3d
|
add method
|
2021-09-06 17:59:01 +08:00 |
|
Looly
|
7379e27d56
|
add method
|
2021-09-06 16:12:33 +08:00 |
|
Looly
|
3acb81a58a
|
fix bug
|
2021-09-06 09:52:22 +08:00 |
|