mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
Update hutool-core/src/main/java/org/dromara/hutool/core/collection/CollUtil.java
This commit is contained in:
@@ -2368,7 +2368,7 @@ public class CollUtil {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 解构多层集合
|
* 解构多层集合
|
||||||
* 例如:例如:{@code List<List<List<String>>> 解构成 List<String>}
|
* 例如:{@code List<List<List<String>>> 解构成 List<String>}
|
||||||
* <p>
|
* <p>
|
||||||
* skipNull如果为true, 则解构后的集合里不包含null值,为false则会包含null值。
|
* skipNull如果为true, 则解构后的集合里不包含null值,为false则会包含null值。
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user