Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StringMap<V>

Type parameters

  • V

Hierarchy

  • StringMap

Index

Properties

Methods

Properties

Private data

data: any

Methods

clear

forEach

get

  • get(key: string): V

has

  • has(key: string): boolean

keys

  • keys(): Array<string>

remove

  • remove(key: any): V

set

size

  • size(): number

values

  • values(): Array<V>

Generated using TypeDoc