toggle menu
Android-IMLibCore-SDK
5.14.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
)
Checks if the collection is null or contains null elements.
check
Null
Or
Empty
Or
Contains
Null
Link copied to clipboard
io.rong.common
public
static
boolean
checkNullOrEmptyOrContainsNull
<
T
>
(
Collection
<
T
>
collection
)
Checks if the collection is null, empty, or contains null elements.
contains
Null
Link copied to clipboard
io.rong.common
public
static
boolean
containsNull
<
T
>
(
Collection
<
T
>
collection
)
Checks if the collection contains null