toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho.utils
/
MapDiffUtils
Map
Diff
Utils
object
MapDiffUtils
Members
Functions
are
Maps
Equal
Link copied to clipboard
@
JvmStatic
fun
<
K
,
V
>
areMapsEqual
(
prev
:
Map
<
K
,
V
>
?
,
next
:
Map
<
K
,
V
>
?
)
:
Boolean
Return whether the two maps have the same keys and values.