public final class MapUtils
extends Object
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
tryGet
public static <K,
V> Optional<V> tryGet(Map<K,V> map,
K key)