public final class MapUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static <K,V> V |
get(Map<K,V> map,
K key) |
static <K,V> V |
putIfAbsent(ConcurrentMap<K,V> map,
K key,
V value) |
public static <K,V> V get(Map<K,V> map, K key)
public static <K,V> V putIfAbsent(ConcurrentMap<K,V> map, K key, V value)
Copyright © 2016. All rights reserved.