Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • C

Hierarchy

  • Map<{}, C>
    • ConstructorInstanceMap

Index

Constructors

constructor

Properties

[Symbol.toStringTag]

[Symbol.toStringTag]: string

size

size: number

Static Map

Map: MapConstructor

Methods

[Symbol.iterator]

  • [Symbol.iterator](): IterableIterator<[{}, C]>
  • Returns an iterable of entries in the map.

    Returns IterableIterator<[{}, C]>

clear

  • clear(): void

delete

  • delete(key: {}): boolean
  • Parameters

    • key: {}

    Returns boolean

entries

  • entries(): IterableIterator<[{}, C]>
  • Returns an iterable of key, value pairs for every entry in the map.

    Returns IterableIterator<[{}, C]>

forEach

  • forEach(callbackfn: (value: C, key: {}, map: Map<{}, C>) => void, thisArg?: any): void
  • Parameters

    • callbackfn: (value: C, key: {}, map: Map<{}, C>) => void
        • (value: C, key: {}, map: Map<{}, C>): void
        • Parameters

          • value: C
          • key: {}
          • map: Map<{}, C>

          Returns void

    • Optional thisArg: any

    Returns void

get

has

  • has(key: {}): boolean
  • Parameters

    • key: {}

    Returns boolean

keys

  • keys(): IterableIterator<{}>
  • Returns an iterable of keys in the map

    Returns IterableIterator<{}>

set

  • set<T, P>(classConstructor: T, agent: P): this

values

  • values(): IterableIterator<C>
  • Returns an iterable of values in the map

    Returns IterableIterator<C>

Legend

  • Namespace
  • Object literal
  • Variable
  • Function
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Constructor
  • Inherited property
  • Inherited method
  • Enumeration
  • Interface
  • Static property

Generated using TypeDoc