Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • IKavenCollection

Implemented by

Index

Properties

Count

Count: number

Methods

Add

  • Add(key: string, value: T): boolean
  • Parameters

    • key: string
    • value: T

    Returns boolean

ContainsKey

  • ContainsKey(key: string): boolean
  • Parameters

    • key: string

    Returns boolean

GetValue

  • GetValue(key: string, defaultValue?: T): undefined | T
  • Parameters

    • key: string
    • Optional defaultValue: T

    Returns undefined | T

Keys

  • Keys(): string[]
  • Returns string[]

Remove

  • Remove(key: string): T
  • Parameters

    • key: string

    Returns T

Values

  • Values(): T[]
  • Returns T[]

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Method
  • Class
  • Class with type parameter
  • Enumeration

Generated using TypeDoc