Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for testComputeIfPresent_nullKeySupportedPresent (0.16 seconds)

  1. guava-testlib/src/com/google/common/collect/testing/testers/MapComputeIfPresentTester.java

                        }));
        expectUnchanged();
      }
    
      @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS})
      @CollectionSize.Require(absent = ZERO)
      public void testComputeIfPresent_nullKeySupportedPresent() {
        initMapWithNullKey();
        assertEquals(
            "computeIfPresent(null, function) should return new value",
            v3(),
            getMap()
                .computeIfPresent(
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Nov 14 23:40:07 GMT 2024
    - 6.1K bytes
    - Click Count (0)
  2. android/guava-testlib/src/com/google/common/collect/testing/testers/MapComputeIfPresentTester.java

                        }));
        expectUnchanged();
      }
    
      @MapFeature.Require({SUPPORTS_PUT, ALLOWS_NULL_KEYS})
      @CollectionSize.Require(absent = ZERO)
      public void testComputeIfPresent_nullKeySupportedPresent() {
        initMapWithNullKey();
        assertEquals(
            "computeIfPresent(null, function) should return new value",
            v3(),
            getMap()
                .computeIfPresent(
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Oct 31 14:51:04 GMT 2024
    - 6.1K bytes
    - Click Count (0)
  3. guava-tests/test/com/google/common/cache/LocalCacheMapComputeTest.java

    cpovirk <******@****.***> 1773857050 -0700
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Mar 18 18:06:14 GMT 2026
    - 6.4K bytes
    - Click Count (0)
Back to Top