ForestMap添加getNodeValue方法

This commit is contained in:
Looly 2022-07-16 08:41:20 +08:00
parent c2ebdb4476
commit e1ba2e79e7

View File

@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.5.M1 (2022-07-11)
# 5.8.5.M1 (2022-07-16)
### 🐣新特性
* 【core 】 NumberUtil新增isIn方法pr#669@Gitee
@ -14,6 +14,7 @@
* 【core 】 新增CollectorUtil.reduceListMap()pr#676@Gitee
* 【core 】 CollStreamUtil为空返回空的集合变为可编辑pr#681@Gitee
* 【core 】 增加StrUtil.containsAllpr#2437@Github
* 【core 】 ForestMap添加getNodeValue方法pr#699@Gitee
*
### 🐞Bug修复
* 【core 】 修复CollUtil里面关于可变参数传null造成的crash问题pr#2428@Github