package mysql.uitl; import java.util.Collection; /** * <p> * Collection工具类 * </p> */ public class CollectionUtils { /** * <p> * 校验集合是否为空 * </p> * * @param coll * @return boolean */ public static boolean isEmpty(Collection<?> coll) { return (coll == null || coll.isEmpty()); } /** * <p> * 校验集合是否不为空 * </p> * * @param coll * @return boolean */ public static boolean isNotEmpty(Collection<?> coll) { return !isEmpty(coll); } }

sunlea LV20
2023年2月23日
wubinbin LV11
2021年12月18日
yin出门买了吗了 LV9
2021年11月1日
xmz5351 LV1
2021年9月15日
hjc810794 LV8
2020年4月24日
710223431 LV2
2020年3月9日
houliukou LV38
2020年2月14日
gaochanghong LV14
2019年11月14日
0312wangchen LV26
2019年9月20日
一把手 LV1
2019年4月17日

Solowen
7小时前
暂无贡献等级
zolscy LV24
2024年4月24日
hyx666110 LV2
2024年3月2日
3320151533 LV1
2024年1月7日
WBelong LV8
2023年12月28日
1529860026 LV24
2023年6月1日
tianyuboy111 LV3
2023年5月20日
guviva LV6
2023年5月1日
李亮 LV19
2023年3月6日
sunlea LV20
2023年2月23日