public final class MapUtil
extends Object
- Since:
- 04.05.16
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
-
invertMap
public static <K,
V> Map<V,K> invertMap(Map<K,V> map)