Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ModulesContainer<K, V, K, V, K, V>

Type parameters

  • K

  • V

  • K

  • V

  • K

  • V

Hierarchy

  • Map
  • Map<string, Module>
    • ModulesContainer

Index

Properties

Readonly [Symbol.toStringTag]

[Symbol.toStringTag]: string

Readonly size

size: number

Static Map

Map: MapConstructor

Methods

[Symbol.iterator]

  • [Symbol.iterator](): IterableIterator<[K, V]>

clear

  • clear(): void

delete

  • delete(key: K): boolean

entries

  • entries(): IterableIterator<[K, V]>

forEach

  • forEach(callbackfn: (value: V, key: K, map: Map<K, V>) => void, thisArg?: any): void
  • Parameters

    • callbackfn: (value: V, key: K, map: Map<K, V>) => void
        • (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 | undefined

has

  • has(key: K): boolean

keys

  • keys(): IterableIterator<K>

set

  • set(key: K, value: V): this

values

  • values(): IterableIterator<V>

Generated using TypeDoc