public final class MapUtils
extends Object
Map工具
- 作者:
- orange
-
方法概要
static <K,
V> V
static <K,
V> V
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
方法详细资料
-
getObject
public static <K,
V> V getObject(Map<? super K,V> map,
K key)
-
getObject
public static <K,
V> V getObject(Map<? super K,V> map,
K key,
V defaultValue)