toggle menu
Android-IMLibCore-SDK
5.12.3
io.rong.common
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.common
/
CollectionUtils
Collection
Utils
io.rong.common
public
class
CollectionUtils
Author
gusd @Date 2022/10/18
Members
Functions
check
Null
Or
Contains
Null
Link copied to clipboard
io.rong.common
public
static
boolean
checkNullOrContainsNull
<
T
>
(
Collection
<
T
>
collection
)
检测集合为 null 或者元素包含 null
check
Null
Or
Empty
Or
Contains
Null
Link copied to clipboard
io.rong.common
public
static
boolean
checkNullOrEmptyOrContainsNull
<
T
>
(
Collection
<
T
>
collection
)
检测集合为 null 或者为空集合,或者元素包含 null
contains
Null
Link copied to clipboard
io.rong.common
public
static
boolean
containsNull
<
T
>
(
Collection
<
T
>
collection
)
检测集合中是否包含 null