Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MethodMap<T>

Type parameters

  • T

Hierarchy

  • MethodMap

Index

Methods

containsKey

  • containsKey(key: string): boolean

containsValue

  • containsValue(value: T): boolean

entries

get

  • get(key: string): undefined | T

keys

  • keys(): string[]

put

  • put(key: string, value: T): void

size

  • size(): number

toObject

  • toObject(): {}

values

  • values(): T[]

Generated using TypeDoc