addAll

abstract fun addAll(values: Collection<T>)(source)

Adds values to the end of the model.

Parameters

values

to add


abstract fun addAll(index: Int, values: Collection<T>)(source)

Inserts values at index in the model.

Parameters

index

where the new values should go

values

to add