Searched defs:computeIfPresent (Results 1 - 10 of 10) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/java/util/concurrent/
H A DConcurrentMap.java368 default V computeIfPresent(K key, method in interface:ConcurrentMap
H A DConcurrentSkipListMap.java1712 public V computeIfPresent(K key, method in class:ConcurrentSkipListMap
H A DConcurrentHashMap.java1811 public V computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { method in class:ConcurrentHashMap
/openjdk9/jdk/src/java.base/share/classes/java/util/
H A DImmutableCollections.java555 @Override public V computeIfPresent(K key, BiFunction<? super K,? super V,? extends V> rf) { throw uoe(); } method in class:ImmutableCollections.AbstractImmutableMap
H A DMap.java1073 default V computeIfPresent(K key, method in interface:Map
H A DHashtable.java1063 public synchronized V computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { method in class:Hashtable
H A DProperties.java1366 public synchronized Object computeIfPresent(Object key, method in class:Properties
H A DHashMap.java1170 public V computeIfPresent(K key, method in class:HashMap
H A DCollections.java1540 public V computeIfPresent(K key, method in class:Collections.UnmodifiableMap
2681 public V computeIfPresent(K key, method in class:Collections.SynchronizedMap
3707 public V computeIfPresent(K key, method in class:Collections.CheckedMap
4650 public V computeIfPresent(K key, method in class:Collections.EmptyMap
4970 public V computeIfPresent(K key, method in class:Collections.SingletonMap
/openjdk9/jdk/src/java.base/share/classes/java/security/
H A DProvider.java750 public synchronized Object computeIfPresent(Object key, BiFunction<? super Object, method in class:Provider

Completed in 213 milliseconds