- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for MapValueCollectionGenerator (0.35 seconds)
-
android/guava-testlib/src/com/google/common/collect/testing/MapTestSuiteBuilder.java
import com.google.common.annotations.GwtIncompatible; import com.google.common.collect.testing.DerivedCollectionGenerators.MapEntrySetGenerator; import com.google.common.collect.testing.DerivedCollectionGenerators.MapValueCollectionGenerator; import com.google.common.collect.testing.features.CollectionFeature; import com.google.common.collect.testing.features.CollectionSize; import com.google.common.collect.testing.features.Feature;
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 22 20:54:16 GMT 2025 - 11K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/collect/testing/DerivedCollectionGenerators.java
} } public static class MapValueCollectionGenerator< K extends @Nullable Object, V extends @Nullable Object> implements TestCollectionGenerator<V>, DerivedGenerator { private final OneSizeTestContainerGenerator<Map<K, V>, Entry<K, V>> mapGenerator; private final SampleElements<V> samples; public MapValueCollectionGenerator(Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Jan 30 16:59:10 GMT 2025 - 18.2K bytes - Click Count (0)