Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ESMap<K, V>

ES6 Map interface.

Type parameters

  • K

  • V

Hierarchy

Index

Properties

Readonly size

size: number

Methods

clear

  • clear(): void

delete

  • delete(key: K): boolean

entries

forEach

  • forEach(action: (value: V, key: K) => void): void

get

  • get(key: K): V

has

  • has(key: K): boolean

keys

set

  • set(key: K, value: V): ESMap<K, V>

values

Generated using TypeDoc