Methods
delete
-
Parameters
Returns boolean
forEach
- forEach(callbackfn: function, thisArg?: any): void
-
Parameters
-
callbackfn: function
-
- (value: V, index: K, map: Map<K, V>): void
-
Parameters
-
value: V
-
index: K
-
map: Map<K, V>
Returns void
-
Optional thisArg: any
Returns void
has
-
Parameters
Returns boolean
set
- set(key: K, value: V): Map<K, V>
-
Parameters
Returns Map<K, V>