A map entry (key-value pair).

Type Parameters

  • K

  • V

Hierarchy

  • MapEntry

Implemented by

Properties

Properties

key: K

Returns the key corresponding to this entry.

Returns

the key corresponding to this entry

value: V

Returns the value corresponding to this entry.

Returns

the value corresponding to this entry