Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILookup<TKey, TElement>

Type parameters

  • TKey

  • TElement

Hierarchy

Index

Properties

count

count: number

Optional isEndless

isEndless: boolean

Provides a way of flagging endless enumerations that may cause issues.

Methods

contains

  • contains(key: TKey): boolean
  • Parameters

    • key: TKey

    Returns boolean

get

  • get(key: TKey): TElement[]
  • Parameters

    • key: TKey

    Returns TElement[]

getEnumerator

Generated using TypeDoc