Represents a key/value pair held by a MutableMap.
Returns the key of this key/value pair.
Returns the value of this key/value pair.
Returns the key component of the map entry.
Returns the value component of the map entry.
Changes the value associated with the key of this entry.
Converts entry to Pair with key being first component and value being second.
Thanks for your feedback!