Searched defs:putIfAbsent (Results 1 – 9 of 9) sorted by relevance
67 @libcore.util.Nullable public V putIfAbsent(@libcore.util.NullFromTypeParam K key, @libcore.util.Nu… in putIfAbsent() method in HashMap
68 @libcore.util.Nullable public default V putIfAbsent(@libcore.util.NullFromTypeParam K key, @libcore… in putIfAbsent() method
262 @Test public void putIfAbsent() { in putIfAbsent() method in MimeMapTest
63 public synchronized java.lang.Object putIfAbsent(java.lang.Object key, java.lang.Object value) { th… in putIfAbsent() method in Provider
769 default V putIfAbsent(K key, V value) { in putIfAbsent() method
912 public synchronized V putIfAbsent(K key, V value) { in putIfAbsent() method in Hashtable
147 public V putIfAbsent(K key, V value) { in putIfAbsent() method in HashMap
354 public synchronized Object putIfAbsent(Object key, Object value) { in putIfAbsent() method in Provider
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