| Package | Description |
|---|---|
| java.util |
| Modifier and Type | Method and Description |
|---|---|
default V |
Map.compute(K key,
BiFunction<? super K,? super V,? extends V> remappingFunction) |
default V |
Map.computeIfPresent(K key,
BiFunction<? super K,? super V,? extends V> remappingFunction) |
default V |
Map.merge(K key,
V value,
BiFunction<? super V,? super V,? extends V> remappingFunction) |
default void |
Map.replaceAll(BiFunction<? super K,? super V,? extends V> function) |
Copyright © 2026. All rights reserved.