Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapEntry<K, V>

Type parameters

  • K

  • V

Hierarchy

  • MapEntry

Implemented by

Index

Methods

Methods

getKey

  • getKey(): K
  • Returns K

    the key corresponding to this entry

getValue

  • getValue(): V
  • Returns V

    the value corresponding to this entry

Generated using TypeDoc