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