MyUtilityExtensionMapToInverted<K, V> extension
- on
-
- Map<
K, V>
- Map<
Methods
-
toInverted(
) → Map< V, K> -
Available on Map<
Returns a new Map, where the keys are the values of this Map and the values are the keys of this Map.K, V> , provided by the MyUtilityExtensionMapToInverted extension