public class Maps extends Object
| Constructor and Description |
|---|
Maps() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> V |
putIfAbsent(ConcurrentMap<K,V> map,
K key,
Factory<V> factory) |
public static final <K,V> V putIfAbsent(ConcurrentMap<K,V> map, K key, Factory<V> factory)
Copyright © 2012–2015. All rights reserved.