| Modifier and Type | Method and Description |
|---|---|
static <K,V> Map<K,V> |
copyAndPut(Map<K,V> map,
K key,
V value) |
static <K,V> Map<K,V> |
fromEntries(Iterable<Map.Entry<K,V>> entries) |
static <K,V> V |
get(Map<K,V> map,
K key,
V defaultValue) |
static <K,V> Map<K,V> |
merge(Map<K,V> map1,
Map<? extends K,? extends V> map2) |
public static <K,V> V get(Map<K,V> map, K key, V defaultValue)
Copyright © 2009-2012 TranceCode. All Rights Reserved.