| D | InPlaceOpsCollisions.java | 177 Function<T, T> mappingFunction) { in testComputeIfAbsent() argument 235 BiFunction<T, T, T> mappingFunction) { in testComputeIfPresent() argument 296 BiFunction<IntKey, IntKey, IntKey> mappingFunction = (k, v) -> { in testComputeNonNull() local 336 BiFunction<Object, Object, Object> mappingFunction = (k, v) -> { in testComputeNull() local 383 BiFunction<IntKey, IntKey, IntKey> mappingFunction in testMergeNonNull() local 419 BiFunction<Object, Object, Object> mappingFunction = (k, v) -> null; in testMergeNull() local
|