- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testPutIfAbsent_putWithNullValueUnsupported (0.2 sec)
-
android/guava-testlib/src/com/google/common/collect/testing/testers/ConcurrentMapPutIfAbsentTester.java
} @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_VALUES) @CollectionSize.Require(absent = ZERO) public void testPutIfAbsent_putWithNullValueUnsupported() { try { getMap().putIfAbsent(k0(), null); } catch (NullPointerException tolerated) { } expectUnchanged(); expectNullValueMissingWhenNullValuesUnsupported(
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 14:50:24 UTC 2024 - 4.9K bytes - Viewed (0) -
guava-testlib/src/com/google/common/collect/testing/testers/ConcurrentMapPutIfAbsentTester.java
} @MapFeature.Require(value = SUPPORTS_PUT, absent = ALLOWS_NULL_VALUES) @CollectionSize.Require(absent = ZERO) public void testPutIfAbsent_putWithNullValueUnsupported() { try { getMap().putIfAbsent(k0(), null); } catch (NullPointerException tolerated) { } expectUnchanged(); expectNullValueMissingWhenNullValuesUnsupported(
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 14:50:24 UTC 2024 - 4.9K bytes - Viewed (0)