toggle menu
Android-IMLibCore-SDK
5.22.0
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
get
And
Deduplicate
Link copied to clipboard
io.rong.common
public
static
List
<
T
>
getAndDeduplicate
<
T
>
(
List
<
T
>
list
)
获取列表内容并进行排重