Searched defs:remappingFunction (Results 1 - 9 of 9) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/java/util/concurrent/
H A DConcurrentMap.java368 computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) argument
416 compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) argument
476 merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) argument
[all...]
H A DConcurrentSkipListMap.java1712 computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) argument
1745 compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) argument
1785 merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) argument
[all...]
H A DConcurrentHashMap.java1811 public V computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { argument
1903 compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) argument
2032 merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/util/
H A DMap.java1073 computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) argument
1165 compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) argument
1263 merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) argument
[all...]
H A DHashtable.java1063 public synchronized V computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { argument
1105 public synchronized V compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { argument
1156 public synchronized V merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) { argument
[all...]
H A DProperties.java1366 computeIfPresent(Object key, BiFunction<? super Object, ? super Object, ?> remappingFunction) argument
1372 compute(Object key, BiFunction<? super Object, ? super Object, ?> remappingFunction) argument
1378 merge(Object key, Object value, BiFunction<? super Object, ? super Object, ?> remappingFunction) argument
H A DHashMap.java1170 computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) argument
1203 compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) argument
1268 merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) argument
H A DCollections.java1540 computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) argument
1546 compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) argument
1552 merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) argument
2681 computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) argument
2686 compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) argument
2691 merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) argument
3707 computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) argument
3713 compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) argument
3719 merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) argument
4650 computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) argument
4656 compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) argument
4662 merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) argument
4970 computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) argument
4976 compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) argument
4982 merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/security/
H A DProvider.java689 compute(Object key, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) argument
750 computeIfPresent(Object key, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) argument
783 merge(Object key, Object value, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) argument
993 implMerge(Object key, Object value, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) argument
1006 implCompute(Object key, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) argument
1032 implComputeIfPresent(Object key, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) argument
[all...]

Completed in 184 milliseconds