org.usergrid.utils
Class ConcurrentUtils

java.lang.Object
  extended by org.usergrid.utils.ConcurrentUtils

public class ConcurrentUtils
extends Object


Constructor Summary
ConcurrentUtils()
           
 
Method Summary
static
<K,V> V
putIfAbsent(ConcurrentHashMap<K,V> map, K key, V value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcurrentUtils

public ConcurrentUtils()
Method Detail

putIfAbsent

public static <K,V> V putIfAbsent(ConcurrentHashMap<K,V> map,
                                  K key,
                                  V value)


Copyright © 2013. All Rights Reserved.