Searched defs:putIfAbsent (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentMap.java41 * <tt>putIfAbsent</tt>, <tt>remove</tt>, and <tt>replace</tt> methods.
88 V putIfAbsent(K key, V value); method in interface:ConcurrentMap
H A DConcurrentHashMap.java1141 public V putIfAbsent(K key, V value) { method in class:ConcurrentHashMap
H A DConcurrentSkipListMap.java63 * associated map using <tt>put</tt>, <tt>putIfAbsent</tt>, or
1878 public V putIfAbsent(K key, V value) { method in class:ConcurrentSkipListMap
2789 public V putIfAbsent(K key, V value) { method in class:ConcurrentSkipListMap.SubMap
2791 return m.putIfAbsent(key, value);

Completed in 43 milliseconds