| D | InPlaceOpsCollisions.java | 184 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
|