Package io.rong.common
Class CollectionUtils
-
- All Implemented Interfaces:
public class CollectionUtils
gusd @Date 2022/10/18
-
-
Method Summary
Modifier and Type Method Description static <T> boolean
containsNull(Collection<T> collection)
/~english static <T> boolean
checkNullOrContainsNull(Collection<T> collection)
/~english static <T> boolean
checkNullOrEmptyOrContainsNull(Collection<T> collection)
/~english -
-
Method Detail
-
containsNull
static <T> boolean containsNull(Collection<T> collection)
/~english
-
checkNullOrContainsNull
static <T> boolean checkNullOrContainsNull(Collection<T> collection)
/~english
-
checkNullOrEmptyOrContainsNull
static <T> boolean checkNullOrEmptyOrContainsNull(Collection<T> collection)
/~english
-
-
-
-