Removes all entries from this map.
Removes the entry for the given key
.
Returns true
if there was such an entry, or false
otherwise.
Executes the given callback for every entry of the map.
See also Map.forEach.
Returns true
if the map currently has an entry for the given key
, false
otherwise.
Returns an iterator over the keys in this map.
Returns an iterator over the values in this map.
A reactive map.
This map interface is designed to be very similar to (but not exactly the same as) the standard JavaScript
Map
.Reads from and writes to this map are reactive.