调整方法注释,保证准确性。

This commit is contained in:
hellozrh 2023-01-16 15:12:29 +08:00
parent 29278a10d8
commit c9061f388c

View File

@ -1654,7 +1654,7 @@ public class CollUtil {
/**
* 集合是否为空
* 如果集合中所有元素为null或空也认为此集合为空
* 如果集合中所有元素为null或空也认为此集合为空
* @param collection
* @return
*/
@ -1673,7 +1673,7 @@ public class CollUtil {
/**
* 集合是否为非空
* 集合长度大于0且所有元素中至少有一个不为null或空
* 集合长度大于0且所有元素中至少有一个不为null或空
* @param collection
* @return
*/