MapChangeAdapter

fun <K, D> MapChangeAdapter(initialDataMap: Map<K, D>)

Initializes the adapter with initialDataMap without emitting a change message

fun MapChangeAdapter()

Default constructor

Parameters

K

the type used for the keys

D

the type used for the data