containsNull

public static boolean containsNull<T>(Collection<T> collection)

检测集合中是否包含 null

Return

true 包含,false 不包含