1.0.0-RC2 #19

Merged
ZhouXY108 merged 106 commits from 1.x.x into dev 2025-01-07 17:18:48 +08:00
Showing only changes of commit cedf77d33c - Show all commits

View File

@ -21,8 +21,16 @@ import java.util.Map;
import javax.annotation.Nullable; import javax.annotation.Nullable;
/**
* 集合工具类
*
* @author <a href="http://zhouxy.xyz:3000/ZhouXY108">ZhouXY</a>
* @since 0.1.0
*/
public class CollectionTools { public class CollectionTools {
// TODO [添加] 新增其它集合类型 guava 的扩展集合等
// isEmpty // isEmpty
public static boolean isEmpty(@Nullable Collection<?> collection) { public static boolean isEmpty(@Nullable Collection<?> collection) {