mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
添加flatObj方法
This commit is contained in:
parent
98a6a3686d
commit
ebbf0a452e
@ -2358,7 +2358,7 @@ public class CollUtil {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 解构多层集合
|
* 解构多层集合
|
||||||
* 例如:List<List<List<String>>> 解构成 List<String>
|
* 例如:List<List<List<String>>> 解构成 List<String>
|
||||||
*
|
*
|
||||||
* @param collection 需要解构的集合
|
* @param collection 需要解构的集合
|
||||||
* @return 解构后的集合
|
* @return 解构后的集合
|
||||||
|
Loading…
x
Reference in New Issue
Block a user