Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testReplaceAll_unsupportedByEmptyCollection (0.29 seconds)

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

                        }));
        expectUnchanged();
      }
    
      @MapFeature.Require(absent = SUPPORTS_PUT)
      @CollectionSize.Require(ZERO)
      public void testReplaceAll_unsupportedByEmptyCollection() {
        try {
          getMap()
              .replaceAll(
                  (K k, V v) -> {
                    int index = keys().asList().indexOf(k);
                    return values().asList().get(index + 1);
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Oct 31 14:51:04 GMT 2024
    - 4.5K bytes
    - Click Count (0)
Back to Top