MapChangeSet

interface MapChangeSet<K>

This interface models the changes that can occur to a map.

Inheritors

Properties

Link copied to clipboard
abstract val changes: Array<K>

The keys whose values have changed in this version of the map.

Link copied to clipboard
abstract val deletions: Array<K>

The keys that have been deleted in this version of the map.

Link copied to clipboard
abstract val insertions: Array<K>

The keys that have been inserted in this version of the map.