Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SMapEntry<V>

A map entry (key-value pair).

Type parameters

  • V

    a value type

Hierarchy

  • SMapEntry

Index

Constructors

Properties

Methods

Constructors

constructor

  • new SMapEntry(key: string, value: V | null): SMapEntry

Properties

Private __mem__

__mem__: object

Type declaration

  • _key: string
  • _value: V | null

Methods

getKey

  • getKey(): string

getValue

  • getValue(): V | null

Generated using TypeDoc