修复BiMap中未重写computeIfAbsent和putIfAbsent导致双向查找出问题

This commit is contained in:
Looly
2022-11-26 12:07:20 +08:00
parent 4e06f02610
commit d6134f707d
3 changed files with 73 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.11.M1 (2022-11-24)
# 5.8.11.M1 (2022-11-26)
### 🐣新特性
* 【core 】 CharUtil.isBlankChar增加\u180epr#2738@Github
@@ -11,6 +11,7 @@
* 【json 】 修复普通byte数组转JSONArray时的异常pr#875@Gitee
* 【core 】 修复ArrayUtil.insert()不支持原始类型数组的问题pr#874@Gitee
* 【core 】 修复HexUtil.isHexNumber()判断逻辑超出long的精度问题issue#I62H7K@Gitee
* 【core 】 修复BiMap中未重写computeIfAbsent和putIfAbsent导致双向查找出问题issue#I62X8O@Gitee
-------------------------------------------------------------------------------------------------------------