MyUtilityExtensionMapInverted<K, V> extension

on

Methods

inverted() Map<V, K>

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

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