Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testPutAllPropagatesToGet (0.09 sec)

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

                return Iterators.forArray(v3());
              }
            };
    
        multimap().putAll(k3(), iterable);
      }
    
      @MapFeature.Require(SUPPORTS_PUT)
      public void testPutAllPropagatesToGet() {
        Collection<V> getCollection = multimap().get(k0());
        int getCollectionSize = getCollection.size();
        assertTrue(multimap().putAll(k0(), newArrayList(v3(), v4())));
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 7.4K bytes
    - Viewed (0)
  2. guava-testlib/src/com/google/common/collect/testing/google/MultimapPutIterableTester.java

                return Iterators.forArray(v3());
              }
            };
    
        multimap().putAll(k3(), iterable);
      }
    
      @MapFeature.Require(SUPPORTS_PUT)
      public void testPutAllPropagatesToGet() {
        Collection<V> getCollection = multimap().get(k0());
        int getCollectionSize = getCollection.size();
        assertTrue(multimap().putAll(k0(), newArrayList(v3(), v4())));
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 7.4K bytes
    - Viewed (0)
Back to top