Creates an instance of ObservableMap.
One or more entries.
Array of listeners to observe when entries are added to the collection.
Array of listeners to observe when entries are removed from the collection.
Add an entry to the collection.
Add one or more entries to the collection.
Remove an entry from the collection.
Remove one or more entries from the collection.
Generated using TypeDoc
Extends May to notify observers when entries are added or removed.
ObservableMap
{Map}
{IObservableCollection<[TKey, TEntity]>}
TKey
TEntity