Adds the key-value pair entry (key, data) to the map and emits a change message to surrounding observersThe change snapshot will contain the entry that was just added
Adds the key-value pair entries from dataMap to the map and emits a change message to surrounding observersThe change snapshot will contain a copy of the entries that were just added
Removes the entries specified by keySet from the map and emits a change message to surrounding observersThe change snapshot will contain a copy of the entries that were just removed
Updates the entry specified by key with data in the map and emits a change message to surrounding observersThe change snapshot will contain the entry that was just updated
Updates the entries specified by dataMap in the map and emits a change message to surrounding observersThe change snapshot will contain a copy of the entries that were just updated