KeyValuePair$Typings<K, V> extension

on

Properties

key ↔ K

Available on KeyValuePair<K, V>, provided by the KeyValuePair$Typings extension

Gets a key for a value in a Map. @return {K} the key uniquely identifying a #value in a Map.
getter/setter pair
value ↔ V

Available on KeyValuePair<K, V>, provided by the KeyValuePair$Typings extension

Gets a value in a Map. @return {V} a value in a Map corresponding to a #key.
getter/setter pair

Methods

toString$() String

Available on KeyValuePair<K, V>, provided by the KeyValuePair$Typings extension

@return {string}