MapDiff

constructor(removed: Map<K, V>, changed: Map<K, Pair<V, V>>, added: Map<K, V>)

Parameters

removed

Contains map with keys removed from parent map

changed

Contains map with keys values changed new map in comparison with old one

added

Contains map with new keys and values