public class MapExtensions
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static <T,
V> V
static <T,
V> V
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MapExtensions
public MapExtensions()
-
Method Details
-
getAt
public static <T,
V> V getAt(Map<T,V> map,
T t)
-
setAt
public static <T,
V> V setAt(Map<T,V> map,
T t,
V v)