Searched defs:putIfAbsent (Results 1 – 2 of 2) sorted by relevance
/external/guava/src/com/google/common/collect/ | ||
D | ForwardingConcurrentMap.java | 39 public V putIfAbsent(K key, V value) { in putIfAbsent() method in ForwardingConcurrentMap |
D | CustomConcurrentHashMap.java | 1448 public V putIfAbsent(K key, V value) { in putIfAbsent() method in CustomConcurrentHashMap.Impl |