Home
last modified time | relevance | path

Searched defs:putIfAbsent (Results 1 – 14 of 14) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentMap.java159 V putIfAbsent(K key, V value); in putIfAbsent() method
DConcurrentSkipListMap.java1954 public V putIfAbsent(K key, V value) { in putIfAbsent() method in ConcurrentSkipListMap
2885 public V putIfAbsent(K key, V value) { in putIfAbsent() method in ConcurrentSkipListMap.SubMap
DConcurrentHashMap.java1551 public V putIfAbsent(K key, V value) { in putIfAbsent() method in ConcurrentHashMap
/libcore/ojluni/annotations/sdk/nullability/java/util/
DHashMap.annotated.java67 @libcore.util.Nullable public V putIfAbsent(@libcore.util.NullFromTypeParam K key, @libcore.util.Nu… in putIfAbsent() method in HashMap
DMap.annotated.java68 @libcore.util.Nullable public default V putIfAbsent(@libcore.util.NullFromTypeParam K key, @libcore… in putIfAbsent() method
/libcore/luni/src/test/java/libcore/libcore/content/type/
DMimeMapTest.java262 @Test public void putIfAbsent() { in putIfAbsent() method in MimeMapTest
/libcore/ojluni/annotations/mmodule/java/security/
DProvider.annotated.java63 public synchronized java.lang.Object putIfAbsent(java.lang.Object key, java.lang.Object value) { th… in putIfAbsent() method in Provider
/libcore/ojluni/src/main/java/java/util/
DMap.java769 default V putIfAbsent(K key, V value) { in putIfAbsent() method
DHashtable.java912 public synchronized V putIfAbsent(K key, V value) { in putIfAbsent() method in Hashtable
DHashMap.java1063 public V putIfAbsent(K key, V value) { in putIfAbsent() method in HashMap
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/
DConcurrentHashMap.annotated.java94 …@libcore.util.Nullable public V putIfAbsent(@libcore.util.NonNull K key, @libcore.util.NonNull V v… in putIfAbsent() method in ConcurrentHashMap
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java820 public V putIfAbsent(K key, V value) { in putIfAbsent() method in Collections.CheckedMap
1696 public V putIfAbsent(K key, V value) { in putIfAbsent() method in Collections.EmptyMap
2076 public V putIfAbsent(K key, V value) { in putIfAbsent() method in Collections.SingletonMap
2458 public V putIfAbsent(K key, V value) { in putIfAbsent() method in Collections.SynchronizedMap
3117 public V putIfAbsent(K key, V value) { in putIfAbsent() method in Collections.UnmodifiableMap
DHashMap.java147 public V putIfAbsent(K key, V value) { in putIfAbsent() method in HashMap
/libcore/ojluni/src/main/java/java/security/
DProvider.java354 public synchronized Object putIfAbsent(Object key, Object value) { in putIfAbsent() method in Provider