Components Interactions Examples Tutorials API FAQ
Options
Menu

Type parameters

  • K

  • V

Hierarchy

  • Map

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Map(): Map

Properties

Private _es6Map

_es6Map: any

Private _keyValuePairs

_keyValuePairs: any

Methods

delete

  • delete(key: K): boolean

forEach

  • forEach(callbackFn: function, thisArg?: any): void
  • Parameters

    • callbackFn: function
        • (value: V, key: K, map: Map<K, V>): void
        • Parameters

          • value: V
          • key: K
          • map: Map<K, V>

          Returns void

    • Optional thisArg: any

    Returns void

get

  • get(key: K): V

has

  • has(key: K): boolean

set

  • set(key: K, value: V)

Generated using TypeDoc