Java開發中判斷集合類爲空的方法-轉載

避免寫兩個判斷spring

org.springframework.util.CollectionUtils.net

方法:blog

public static boolean isEmpty(Collection collection)
{
return collection == null || collection.isEmpty();
}io

 

public static boolean isEmpty(Map map)
{
return map == null || map.isEmpty();
}
---------------------
原文:https://blog.csdn.net/sinosoft12345/article/details/54614005 map

相關文章
相關標籤/搜索