CollectionTools 添加注释

pull/1/head
ZhouXY108 2024-12-04 10:35:39 +08:00
parent 1e1c003751
commit cedf77d33c
1 changed files with 8 additions and 0 deletions

View File

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