MyUtilityExtensionMapToInverted<K, V> extension

on

Methods

toInverted() Map<V, K>

Available on Map<K, V>, provided by the MyUtilityExtensionMapToInverted extension

Returns a new Map, where the keys are the values of this Map and the values are the keys of this Map.