1561 Commits

Author SHA1 Message Date
Looly
aafcecc3d9 add method 2021-09-17 19:29:18 +08:00
Looly
96c83cb16b fix bug 2021-09-17 19:15:43 +08:00
TLH
3fc4d134af CollUtil新增2个互换元素位置的静态方法以及对应单元测试
方法1:swapIndex   指定列表元素A与索引index所在元素互换位置
方法2:swapElement 指定列表元素A与列表元素B互换位置
2021-09-15 16:02:20 +08:00
bob.guo
26b6838339 isLinked 为true时 创建的是linkList 2021-09-14 10:06:00 +08:00
Looly
1b0d5d2cf1 fix bug 2021-09-14 09:58:21 +08:00
Looly
46cffe4ed2 add author 2021-09-13 12:00:57 +08:00
Looly
612441615d change method param 2021-09-13 11:53:12 +08:00
Looly
d3f946dd33 change position of trim 2021-09-13 09:15:42 +08:00
Looly
fefd88b358 fix test 2021-09-12 01:43:12 +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
a7817ab5b0 add config 2021-09-11 23:44:38 +08:00
Looly
f08ae8cf7d fix code 2021-09-10 21:17:41 +08:00
Looly
783a02cce4 fix bu 2021-09-10 19:51:46 +08:00
Looly
caab40f8ea fix code 2021-09-10 19:25:44 +08:00
Looly
22a3c3a936 fix code 2021-09-10 19:25:33 +08:00
Looly
0595b91634 fix bug 2021-09-10 19:24:04 +08:00
Looly
ba4fabb88c fix pink bug 2021-09-10 19:07:08 +08:00
Looly
a0f407865e fix code 2021-09-10 09:32:00 +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
57c191fe1c Merge branch 'v5-dev' of gitee.com:dromara/hutool into v5-dev 2021-09-08 12:12:55 +08:00
Looly
5ae924b9c6 fix path 2021-09-08 12:09:31 +08:00
Looly
afce68cd1c !410 更改CollUtil#emptyIfNull入参名称更加合理
Merge pull request !410 from 这个网名不错/v5-dev
2021-09-08 03:57:31 +00:00
Looly
8ddf18fb7a add interface 2021-09-08 11:11:27 +08:00
lixiaohua
443aca6c78 rename 2021-09-08 10:08:31 +08:00
Looly
4c237ba95e add test and change AES costructor 2021-09-07 23:54:57 +08:00
Looly
c50a63a196 fix bug 2021-09-07 14:51:07 +08:00
Looly
758fb793fc add method 2021-09-07 13:33:37 +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
Looly
186eeb8054 add test 2021-09-02 15:07:38 +08:00
Looly
4a384f6a5c deprecate OptionalBean 2021-09-02 13:56:19 +08:00
Golden Looly
efa9828cdd
Merge pull request #1805 from anaer/patch-1
Update CharsetDetector.java
2021-09-01 22:28:12 +08:00
Looly
303c77a08d add null check 2021-09-01 22:14:15 +08:00
anaer
69ee7ba40a
Update CharsetDetector.java
typo
2021-09-01 17:25:43 +08:00
Looly
838a3ecfa4 fix commnet 2021-08-31 08:32:39 +08:00
Looly
fca32ecefd add test 2021-08-30 12:52:10 +08:00
Looly
424e6e817e add test 2021-08-30 12:22:54 +08:00
Looly
9ba4b008b2 add constrctor 2021-08-30 10:59:11 +08:00
Looly
3e23982329 add docx check 2021-08-30 09:32:21 +08:00
Looly
e800b9cc3a add alias support 2021-08-27 00:47:24 +08:00
Golden Looly
9bae66f219
Merge pull request #1792 from Inmord/v5-dev-optimal-comb
当n = m时,C(n, m) = C(n, n) = 1。
2021-08-26 23:47:51 +08:00
Looly
d66efef873 add constructor 2021-08-26 23:40:28 +08:00
Looly
c0510a4c66 !403 exception工具类优化
Merge pull request !403 from 赵龙波/v5-dev
2021-08-26 15:31:11 +00:00
Looly
8adf96eaab add methods 2021-08-26 23:27:37 +08:00
zhaolongbo
40a6ffbea0 创建异常对象时会调用父类Throwable的fillInStackTrace()方法生成栈追踪信息,这部分对系统性能开销很大。JDk7开始 异常类增加了爬栈开关,这里同样增加构造方法方便根据业务情况自定义是否关闭和打开 2021-08-26 22:28:41 +08:00