Optional
Readonly
the number of elements in the Map.
Static
Protected
Returns an iterable of entries in the map.
Returns an iterable of key, value pairs for every entry in the map.
Executes a provided function once per each key/value pair in the Map, in insertion order.
Returns an iterable of keys in the map
Returns an iterable of values in the map
Generated using TypeDoc
Returns
the number of elements in the Map.