Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Entry<K, V>

Type parameters

  • K

  • V

Hierarchy

  • Entry

Index

Constructors

Properties

Accessors

Constructors

constructor

  • new Entry(key: K, value: V): Entry

Properties

Private _key

_key: K

Private _value

_value: V

Accessors

key

  • get key(): K

value

  • get value(): V

Generated using TypeDoc