/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentMap.java | 159 V putIfAbsent(K key, V value); in putIfAbsent() method
|
D | ConcurrentSkipListMap.java | 1954 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
|
D | ConcurrentHashMap.java | 1551 public V putIfAbsent(K key, V value) { in putIfAbsent() method in ConcurrentHashMap
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | HashMap.annotated.java | 67 @libcore.util.Nullable public V putIfAbsent(@libcore.util.NullFromTypeParam K key, @libcore.util.Nu… in putIfAbsent() method in HashMap
|
D | Map.annotated.java | 68 @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/ |
D | MimeMapTest.java | 262 @Test public void putIfAbsent() { in putIfAbsent() method in MimeMapTest
|
/libcore/ojluni/annotations/mmodule/java/security/ |
D | Provider.annotated.java | 63 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/ |
D | Map.java | 769 default V putIfAbsent(K key, V value) { in putIfAbsent() method
|
D | Hashtable.java | 912 public synchronized V putIfAbsent(K key, V value) { in putIfAbsent() method in Hashtable
|
D | HashMap.java | 1063 public V putIfAbsent(K key, V value) { in putIfAbsent() method in HashMap
|
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/ |
D | ConcurrentHashMap.annotated.java | 94 …@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/ |
D | Collections.java | 820 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
|
D | HashMap.java | 147 public V putIfAbsent(K key, V value) { in putIfAbsent() method in HashMap
|
/libcore/ojluni/src/main/java/java/security/ |
D | Provider.java | 354 public synchronized Object putIfAbsent(Object key, Object value) { in putIfAbsent() method in Provider
|