Home
last modified time | relevance | path

Searched defs:putIfAbsent (Results 1 – 7 of 7) 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.java1550 public V putIfAbsent(K key, V value) { in putIfAbsent() method in ConcurrentHashMap
/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/src/main/java/java/security/
DProvider.java350 public synchronized Object putIfAbsent(Object key, Object value) { in putIfAbsent() method in Provider