add ListUtil

This commit is contained in:
Looly
2020-03-25 17:49:25 +08:00
parent 5443f028bd
commit 8c9abbe3e3
8 changed files with 591 additions and 185 deletions

View File

@@ -13,6 +13,8 @@
* 【cache 】 修改FIFOCache中linkedHashMap的初始容量策略pr#801@Github
* 【core 】 修改XmlUtil中setNamespaceAware默认为true
* 【core 】 TreeNode增加extra
* 【core 】 CollUtil.newHashSet重载歧义更换为set方法
* 【core 】 增加ListUtil增加Hash32、Hash64、Hash128接口
### Bug修复
* 【core 】 修复NumberWordFormatter拼写错误issue#799@Github