Home
last modified time | relevance | path

Searched defs:mappingFunction (Results 1 – 14 of 14) sorted by relevance

/libcore/ojluni/src/test/java/util/Map/
DInPlaceOpsCollisions.java184 Function<T, T> mappingFunction) { in testComputeIfAbsent() argument
242 BiFunction<T, T, T> mappingFunction) { in testComputeIfPresent() argument
303 BiFunction<IntKey, IntKey, IntKey> mappingFunction = (k, v) -> { in testComputeNonNull() local
343 BiFunction<Object, Object, Object> mappingFunction = (k, v) -> { in testComputeNull() local
390 BiFunction<IntKey, IntKey, IntKey> mappingFunction in testMergeNonNull() local
426 BiFunction<Object, Object, Object> mappingFunction = (k, v) -> null; in testMergeNull() local
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentMap.java326 Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
DConcurrentSkipListMap.java1457 Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
DConcurrentHashMap.java1696 public V computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DHashMap.annotated.java75 …Function<? super @libcore.util.NullFromTypeParam K,? extends @libcore.util.Nullable V> mappingFunc… in computeIfAbsent()
DMap.annotated.java76 …Function<? super @libcore.util.NullFromTypeParam K,? extends @libcore.util.Nullable V> mappingFunc… in computeIfAbsent()
/libcore/ojluni/annotations/mmodule/java/security/
DProvider.annotated.java77 …g.Object key, java.util.function.Function<? super java.lang.Object,?> mappingFunction) { throw new… in computeIfAbsent()
/libcore/ojluni/src/main/java/java/security/
DProvider.java544 …ed Object computeIfAbsent(Object key, Function<? super Object, ? extends Object> mappingFunction) { in computeIfAbsent()
833 …bject implComputeIfAbsent(Object key, Function<? super Object, ? extends Object> mappingFunction) { in implComputeIfAbsent()
/libcore/ojluni/src/main/java/java/util/
DMap.java1041 Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
DHashtable.java1031 public synchronized V computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
DHashMap.java1189 Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/
DConcurrentHashMap.annotated.java108 ….function.Function<? super @libcore.util.NonNull K,? extends @libcore.util.Nullable V> mappingFunc… in computeIfAbsent()
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java837 K key, java.util.function.Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
1713 K key, java.util.function.Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
2093 K key, java.util.function.Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
2475 K key, java.util.function.Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
3134 K key, java.util.function.Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
DHashMap.java164 K key, java.util.function.Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()