Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentMap.java370 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in computeIfPresent()
418 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in compute()
478 BiFunction<? super V, ? super V, ? extends V> remappingFunction) { in merge()
DConcurrentSkipListMap.java1696 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in computeIfPresent()
1729 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in compute()
1769 BiFunction<? super V, ? super V, ? extends V> remappingFunction) { in merge()
DConcurrentHashMap.java1804 …public V computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in computeIfPresent()
1897 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in compute()
2026 … public V merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) { in merge()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DHashMap.annotated.java77 …re.util.NullFromTypeParam K,? super @libcore.util.NonNull V,? extends Nu V> remappingFunction) { t… in computeIfPresent()
79 …lFromTypeParam K,? super @libcore.util.Nullable V,? extends @libcore.util.Nullable V> remappingFun… in compute()
81 …tion<? super Nn 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/src/main/java/java/util/
DMap.java1044 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in computeIfPresent()
1136 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in compute()
1234 BiFunction<? super V, ? super V, ? extends V> remappingFunction) { in merge()
DHashtable.java1025 …onized V computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in computeIfPresent()
1054 …ic synchronized V compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in compute()
1089 …hronized V merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction) { in merge()
DHashMap.java1151 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in computeIfPresent()
1172 BiFunction<? super K, ? super V, ? extends V> remappingFunction) { in compute()
1225 BiFunction<? super V, ? super V, ? extends V> remappingFunction) { 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/src/main/java/java/security/
DProvider.java514 BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) { in compute()
573 …esent(Object key, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) { in computeIfPresent()
605 …, Object value, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) { in merge()
804 …ey, Object value, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) { in implMerge()
815 …mpute(Object key, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) { in implCompute()
844 …esent(Object key, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) { in implComputeIfPresent()
/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()