/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentMap.java | 157 V putIfAbsent(K key, V value); in putIfAbsent() method
|
D | ConcurrentSkipListMap.java | 1784 public V putIfAbsent(K key, V value) { in putIfAbsent() method in ConcurrentSkipListMap 2704 public V putIfAbsent(K key, V value) { in putIfAbsent() method in ConcurrentSkipListMap.SubMap
|
D | ConcurrentHashMap.java | 1545 public V putIfAbsent(K key, V value) { in putIfAbsent() method in ConcurrentHashMap
|
/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/flagged_api/java/util/ |
D | HashMap.annotated.java | 66 public V putIfAbsent(K key, V value) { throw new RuntimeException("Stub!"); } in putIfAbsent() method in HashMap
|
D | TreeMap.annotated.java | 65 public V putIfAbsent(K key, V value) { throw new RuntimeException("Stub!"); } in putIfAbsent() method in TreeMap
|
D | Properties.annotated.java | 116 public synchronized java.lang.Object putIfAbsent(java.lang.Object key, java.lang.Object value) { th… in putIfAbsent() method in Properties
|
D | Map.annotated.java | 66 public default V putIfAbsent(K key, V value) { throw new RuntimeException("Stub!"); } in putIfAbsent() method
|
/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/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/annotations/flagged_api/java/util/concurrent/ |
D | ConcurrentSkipListMap.annotated.java | 92 public V putIfAbsent(K key, V value) { throw new RuntimeException("Stub!"); } in putIfAbsent() method in ConcurrentSkipListMap
|
/libcore/ojluni/src/test/java/util/Collections/ |
D | DelegatingIteratorForEachRemaining.java | 141 @Override public V putIfAbsent(K key, V value) { return delegate.putIfAbsent(key, value); } in putIfAbsent() method in DelegatingIteratorForEachRemaining.ForwardingMap
|
/libcore/ojluni/src/main/java/java/util/ |
D | Map.java | 823 default V putIfAbsent(K key, V value) { in putIfAbsent() method
|
D | Properties.java | 1455 public synchronized Object putIfAbsent(Object key, Object value) { in putIfAbsent() method in Properties
|
D | Hashtable.java | 928 public synchronized V putIfAbsent(K key, V value) { in putIfAbsent() method in Hashtable
|
D | LinkedHashMap.java | 1228 public V putIfAbsent(K key, V value) { in putIfAbsent() method in LinkedHashMap.ReversedLinkedHashMapView
|
D | TreeMap.java | 574 public V putIfAbsent(K key, V value) { in putIfAbsent() method in TreeMap 1840 public V putIfAbsent(K key, V value) { in putIfAbsent() method in TreeMap.NavigableSubMap
|
D | HashMap.java | 1153 public V putIfAbsent(K key, V value) { in putIfAbsent() method in HashMap
|
/libcore/ojluni/src/main/java/java/lang/ |
D | System.java | 1007 public synchronized Object putIfAbsent(Object key, Object value) { in putIfAbsent() method in System.PropertiesWithNonOverrideableDefaults
|
/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 | 356 public synchronized Object putIfAbsent(Object key, Object value) { in putIfAbsent() method in Provider
|