集合判空
org.apache.commons.collections;
CollectionUtils.isEmpty()
public static boolean isEmpty(Collection coll) { return (coll == null || coll.isEmpty()); }
org.apache.commons.collections;
CollectionUtils.isEmpty()
public static boolean isEmpty(Collection coll) { return (coll == null || coll.isEmpty()); }