|
@@ -88,9 +88,9 @@ public class StringUtils extends org.apache.commons.lang3.StringUtils {
|
|
|
* @param coll 要判断的Collection
|
|
|
* @return true:为空 false:非空
|
|
|
*/
|
|
|
- public static boolean isEmpty(Collection<?> coll) {
|
|
|
- return isNull(coll) || coll.isEmpty();
|
|
|
- }
|
|
|
+// public static boolean isEmpty(Collection<?> coll) {
|
|
|
+// return isNull(coll) || coll.isEmpty();
|
|
|
+// }
|
|
|
|
|
|
/**
|
|
|
* * 判断一个Collection是否非空,包含List,Set,Queue
|