Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapEntry<K, V>

A map entry (key-value pair).

Type parameters

  • K

  • V

Hierarchy

  • MapEntry

Index

Properties

Properties

key

key: K

Returns the key corresponding to this entry.

returns

the key corresponding to this entry

value

value: V

Returns the value corresponding to this entry.

returns

the value corresponding to this entry