Searched defs:putIfAbsent (Results 1 – 7 of 7) sorted by relevance
159 V putIfAbsent(K key, V value); in putIfAbsent() method
1954 public V putIfAbsent(K key, V value) { in putIfAbsent() method in ConcurrentSkipListMap2885 public V putIfAbsent(K key, V value) { in putIfAbsent() method in ConcurrentSkipListMap.SubMap
1550 public V putIfAbsent(K key, V value) { in putIfAbsent() method in ConcurrentHashMap
741 default V putIfAbsent(K key, V value) { in putIfAbsent() method
912 public synchronized V putIfAbsent(K key, V value) { in putIfAbsent() method in Hashtable
1063 public V putIfAbsent(K key, V value) { in putIfAbsent() method in HashMap
350 public synchronized Object putIfAbsent(Object key, Object value) { in putIfAbsent() method in Provider