Searched defs:putIfAbsent (Results 1 – 3 of 3) sorted by relevance
| /libcore/luni/src/main/java/java/util/concurrent/ | ||
| D | ConcurrentMap.java | 59 V putIfAbsent(K key, V value); in putIfAbsent() method |
| D | ConcurrentSkipListMap.java | 1849 public V putIfAbsent(K key, V value) { in putIfAbsent() method in ConcurrentSkipListMap |
| D | ConcurrentHashMap.java | 1338 public V putIfAbsent(K key, V value) { in putIfAbsent() method in ConcurrentHashMap |