mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
调整方法注释,保证准确性。
This commit is contained in:
@@ -1654,7 +1654,7 @@ public class CollUtil {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 集合是否为空。
|
* 集合是否为空。
|
||||||
* 如果集合中所有元素为null或空白串,也认为此集合为空。
|
* 如果集合中所有元素为null或空串,也认为此集合为空。
|
||||||
* @param collection
|
* @param collection
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@@ -1673,7 +1673,7 @@ public class CollUtil {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 集合是否为非空。
|
* 集合是否为非空。
|
||||||
* 集合长度大于0,且所有元素中至少有一个不为null或空白串。
|
* 集合长度大于0,且所有元素中至少有一个不为null或空串。
|
||||||
* @param collection
|
* @param collection
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user