- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testPutIfAbsent_replacesNullValue (0.2 seconds)
-
guava-testlib/src/com/google/common/collect/testing/testers/MapPutIfAbsentTester.java
expectAdded(nullValueEntry); } @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES}) @CollectionSize.Require(absent = ZERO) public void testPutIfAbsent_replacesNullValue() { initMapWithNullValue(); // putIfAbsent should replace the null value with the new value assertNull( "putIfAbsent(existingKeyWithNullValue, value) should return null",
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Sep 16 02:04:51 GMT 2025 - 5.3K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/collect/testing/testers/MapPutIfAbsentTester.java
expectAdded(nullValueEntry); } @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_VALUES}) @CollectionSize.Require(absent = ZERO) public void testPutIfAbsent_replacesNullValue() { initMapWithNullValue(); // putIfAbsent should replace the null value with the new value assertNull( "putIfAbsent(existingKeyWithNullValue, value) should return null",
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Sep 16 02:04:51 GMT 2025 - 5.4K bytes - Click Count (0)