- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testRemoveAllAbsentKey (0.4 sec)
-
android/guava-testlib/src/com/google/common/collect/testing/google/MultimapRemoveAllTester.java
@SuppressWarnings("JUnit4ClassUsedInJUnit3") public class MultimapRemoveAllTester<K, V> extends AbstractMultimapTester<K, V, Multimap<K, V>> { @MapFeature.Require(SUPPORTS_REMOVE) public void testRemoveAllAbsentKey() { assertEmpty(multimap().removeAll(k3())); expectUnchanged(); } @CollectionSize.Require(absent = ZERO) @MapFeature.Require(SUPPORTS_REMOVE) public void testRemoveAllPresentKey() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Nov 14 23:40:07 UTC 2024 - 3.5K bytes - Viewed (0)