Options
All
  • Public
  • Public/Protected
  • All
Menu

Class IterableStringMap<T>

Type parameters

  • T

Hierarchy

Index

Properties

Methods

Properties

values

values: StringMap<T> = new StringMap<T>()

Methods

forEach

  • forEach(callbackfn: Function): void

get

  • get(key: string): T

has

  • has(key: string): boolean

reduce

  • reduce(callbackfn: Function, initialValue?: any): any

set

  • set(key: string, item: T): void