toggle menu
Android-IMLibCore-SDK
5.12.2
io.rong.common
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.common
/
CollectionUtils
/
checkNullOrEmptyOrContainsNull
check
Null
Or
Empty
Or
Contains
Null
io.rong.common
public
static
boolean
checkNullOrEmptyOrContainsNull
<
T
>
(
Collection
<
T
>
collection
)
检测集合为 null 或者为空集合,或者元素包含 null
Return
true 集合为 null 或者空集合或者元素包含 null