SetChangeAdapter

fun <D> SetChangeAdapter(initialDataSet: Set<D>)

Initializes the adapter with initialDataSet without emitting a change message

fun SetChangeAdapter()

Default constructor

Parameters

D

the type of data held by the set