Home
last modified time | relevance | path

Searched defs:putIfAbsent (Results 1 – 11 of 11) 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
/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/ojluni/src/main/java/java/util/
DMap.java741 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/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/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/src/main/java/java/security/
DProvider.java354 public synchronized Object putIfAbsent(Object key, Object value) { in putIfAbsent() method in Provider
/libcore/ojluni/annotations/hiddenapi/java/util/
DHashMap.java147 public V putIfAbsent(K key, V value) { in putIfAbsent() method in HashMap