Constructor

new(?iterable:Any)

Variables

read onlysize:Int

Methods

delete(key:K):Bool

forEach(callback:(value:V, key:K, map:Map<K, V>) ‑> Void, ?thisArg:Any):Void

get(key:K):Null<V>

has(key:K):Bool

set(key:K, value:V):Map<K, V>