Home
last modified time | relevance | path

Searched defs:remappingFunction (Results 1 – 23 of 23) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentMap.java368 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in computeIfPresent()
416 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in compute()
476 BiFunction<? super V, ? super V, ? extends V> remappingFunction) { in merge()
DConcurrentSkipListMap.java1481 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in computeIfPresent()
1513 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in compute()
1552 BiFunction<? super V, ? super V, ? extends V> remappingFunction) { in merge()
DConcurrentHashMap.java1808 …public V computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in computeIfPresent()
1903 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in compute()
2031 … public V merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) { in merge()
/libcore/ojluni/annotations/flagged_api/java/util/
DHashMap.annotated.java76 …ent(K key, java.util.function.BiFunction<? super K,? super V,? extends V> remappingFunction) { thr… in computeIfPresent()
78 …ute(K key, java.util.function.BiFunction<? super K,? super V,? extends V> remappingFunction) { thr… in compute()
80 …, V value, java.util.function.BiFunction<? super V,? super V,? extends V> remappingFunction) { thr… in merge()
DTreeMap.annotated.java69 …ent(K key, java.util.function.BiFunction<? super K,? super V,? extends V> remappingFunction) { thr… in computeIfPresent()
71 …ute(K key, java.util.function.BiFunction<? super K,? super V,? extends V> remappingFunction) { thr… in compute()
73 …, V value, java.util.function.BiFunction<? super V,? super V,? extends V> remappingFunction) { thr… in merge()
DProperties.annotated.java126 …tion.BiFunction<? super java.lang.Object,? super java.lang.Object,?> remappingFunction) { throw ne… in computeIfPresent()
128 …tion.BiFunction<? super java.lang.Object,? super java.lang.Object,?> remappingFunction) { throw ne… in compute()
130 …tion.BiFunction<? super java.lang.Object,? super java.lang.Object,?> remappingFunction) { throw ne… in merge()
DMap.annotated.java76 …ent(K key, java.util.function.BiFunction<? super K,? super V,? extends V> remappingFunction) { thr… in computeIfPresent()
78 …ute(K key, java.util.function.BiFunction<? super K,? super V,? extends V> remappingFunction) { thr… in compute()
80 …, V value, java.util.function.BiFunction<? super V,? super V,? extends V> remappingFunction) { thr… in merge()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DHashMap.annotated.java77 …llFromTypeParam K,? super @libcore.util.NonNull V,? extends @libcore.util.Nullable V> remappingFun… in computeIfPresent()
79 …lFromTypeParam K,? super @libcore.util.Nullable V,? extends @libcore.util.Nullable V> remappingFun… in compute()
81 …re.util.NonNull V,? super @libcore.util.NonNull V,? extends @libcore.util.Nullable V> remappingFun… in merge()
DMap.annotated.java78 …llFromTypeParam K,? super @libcore.util.NonNull V,? extends @libcore.util.Nullable V> remappingFun… in computeIfPresent()
80 …lFromTypeParam K,? super @libcore.util.Nullable V,? extends @libcore.util.Nullable V> remappingFun… in compute()
82 …re.util.NonNull V,? super @libcore.util.NonNull V,? extends @libcore.util.Nullable V> remappingFun… in merge()
/libcore/ojluni/annotations/mmodule/java/security/
DProvider.annotated.java75 …tion.BiFunction<? super java.lang.Object,? super java.lang.Object,?> remappingFunction) { throw ne… in compute()
79 …tion.BiFunction<? super java.lang.Object,? super java.lang.Object,?> remappingFunction) { throw ne… in computeIfPresent()
81 …tion.BiFunction<? super java.lang.Object,? super java.lang.Object,?> remappingFunction) { throw ne… in merge()
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
DConcurrentSkipListMap.annotated.java72 …ent(K key, java.util.function.BiFunction<? super K,? super V,? extends V> remappingFunction) { thr… in computeIfPresent()
74 …ute(K key, java.util.function.BiFunction<? super K,? super V,? extends V> remappingFunction) { thr… in compute()
76 …, V value, java.util.function.BiFunction<? super V,? super V,? extends V> remappingFunction) { thr… in merge()
/libcore/ojluni/src/test/java/util/Collections/
DDelegatingIteratorForEachRemaining.java146 …c V computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { ret… in computeIfPresent()
147 …ide public V compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { ret… in compute()
148 …lic V merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) { ret… in merge()
/libcore/ojluni/src/main/java/java/security/
DProvider.java516 BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) { in compute()
575 …esent(Object key, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) { in computeIfPresent()
607 …, Object value, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) { in merge()
806 …ey, Object value, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) { in implMerge()
817 …mpute(Object key, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) { in implCompute()
846 …esent(Object key, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) { in implComputeIfPresent()
/libcore/ojluni/src/main/java/java/util/
DMap.java1126 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in computeIfPresent()
1212 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in compute()
1310 BiFunction<? super V, ? super V, ? extends V> remappingFunction) { in merge()
DProperties.java1482 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in computeIfPresent()
1488 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in compute()
1494 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in merge()
DHashtable.java1063 …onized V computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in computeIfPresent()
1105 …ic synchronized V compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in compute()
1156 …hronized V merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) { in merge()
DTreeMap.java659 …public V computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in computeIfPresent()
680 public V compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in compute()
742 … public V merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) { in merge()
791 …tionWithCheck(K key, V oldValue, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in callRemappingFunctionWithCheck()
868 …alue(TreeMapEntry<K,V> t, K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in remapValue()
880 …ue(TreeMapEntry<K,V> t, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) { in mergeValue()
1846 … public V merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) { in merge()
1862 public V compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in compute()
1872 …public V computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in computeIfPresent()
DLinkedHashMap.java1248 …public V computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in computeIfPresent()
1252 public V compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in compute()
1256 … public V merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) { in merge()
DHashMap.java1264 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in computeIfPresent()
1298 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in compute()
1363 BiFunction<? super V, ? super V, ? extends V> remappingFunction) { in merge()
/libcore/ojluni/src/main/java/java/lang/
DSystem.java946 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in compute()
969 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in computeIfPresent()
980 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in merge()
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/
DConcurrentHashMap.annotated.java110 …re.util.NonNull K,? super @libcore.util.NonNull V,? extends @libcore.util.Nullable V> remappingFun… in computeIfPresent()
112 …e.util.NonNull K,? super @libcore.util.Nullable V,? extends @libcore.util.Nullable V> remappingFun… in compute()
114 …re.util.NonNull V,? super @libcore.util.NonNull V,? extends @libcore.util.Nullable V> remappingFun… in merge()
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java844 remappingFunction) { in computeIfPresent()
851 remappingFunction) { in compute()
859 remappingFunction) { in merge()
1720 remappingFunction) { in computeIfPresent()
1727 remappingFunction) { in compute()
1735 remappingFunction) { in merge()
2100 remappingFunction) { in computeIfPresent()
2107 remappingFunction) { in compute()
2115 remappingFunction) { in merge()
2482 remappingFunction) { in computeIfPresent()
[all …]
DHashMap.java170 java.util.function.BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in computeIfPresent()
176 java.util.function.BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in compute()
183 java.util.function.BiFunction<? super V, ? super V, ? extends V> remappingFunction) { in merge()