Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • K

  • V

Hierarchy

  • MapEntry

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

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

Properties

Private _key

_key: K

Private _value

_value: V

Methods

equals

  • equals(o: any): boolean

getKey

  • getKey(): K

getValue

  • getValue(): V

hashCode

  • hashCode(): number

setValue

  • setValue(value: V): V

Generated using TypeDoc