mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-24 18:04:54 +08:00
Update hutool-core/src/main/java/org/dromara/hutool/core/collection/CollUtil.java
This commit is contained in:
parent
167dcf5d1c
commit
8e46171695
@ -2368,7 +2368,7 @@ public class CollUtil {
|
||||
}
|
||||
|
||||
/**
|
||||
* 结构多层集合
|
||||
* 解构多层集合
|
||||
* 例如:List<List<List<String>>> 解构成 List<String>
|
||||
* skipNull如果为true, 则解构后的集合里不包含null值,为false则会包含null值。
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user