- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for computeIfPresent (0.05 sec)
-
guava-tests/test/com/google/common/collect/MapsTest.java
assertThrows( UnsupportedOperationException.class, () -> unmod.computeIfAbsent(3, k -> k + "three")); assertThrows(UnsupportedOperationException.class, () -> unmod.computeIfPresent(4, (k, v) -> v)); assertThrows(UnsupportedOperationException.class, () -> unmod.compute(4, (k, v) -> v)); assertThrows(UnsupportedOperationException.class, () -> unmod.merge(4, "four", (k, v) -> v));
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 22:56:33 UTC 2025 - 65K bytes - Viewed (0)