KeyValuePair$Typings<K, V> extension
- on
-
- KeyValuePair<
K, V>
- KeyValuePair<
Properties
- key ↔ K
-
Available on KeyValuePair<
Gets a key for a value in a Map. @return {K} the key uniquely identifying a #value in a Map.K, V> , provided by the KeyValuePair$Typings extensiongetter/setter pair - value ↔ V
-
Available on KeyValuePair<
Gets a value in a Map. @return {V} a value in a Map corresponding to a #key.K, V> , provided by the KeyValuePair$Typings extensiongetter/setter pair
Methods
-
toString$(
) → String -
Available on KeyValuePair<
@return {string}K, V> , provided by the KeyValuePair$Typings extension