- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for MapGenerator (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-testlib/src/com/google/common/collect/testing/DerivedCollectionGenerators.java
private final OneSizeTestContainerGenerator<Map<K, V>, Entry<K, V>> mapGenerator; public MapEntrySetGenerator( OneSizeTestContainerGenerator<Map<K, V>, Entry<K, V>> mapGenerator) { this.mapGenerator = mapGenerator; } @Override public SampleElements<Entry<K, V>> samples() { return mapGenerator.samples(); } @Override
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) -
guava-testlib/src/com/google/common/collect/testing/google/DerivedGoogleCollectionGenerators.java
private final OneSizeTestContainerGenerator<BiMap<K, V>, Entry<K, V>> mapGenerator; private final SampleElements<V> samples; public BiMapValueSetGenerator( OneSizeTestContainerGenerator<BiMap<K, V>, Entry<K, V>> mapGenerator) { this.mapGenerator = mapGenerator; SampleElements<Entry<K, V>> mapSamples = this.mapGenerator.samples(); this.samples = new SampleElements<>(
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 6.8K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/collect/testing/MapTestSuiteBuilder.java
private final OneSizeTestContainerGenerator<Map<K, V>, Entry<K, V>> mapGenerator; ReserializedMapGenerator(OneSizeTestContainerGenerator<Map<K, V>, Entry<K, V>> mapGenerator) { this.mapGenerator = mapGenerator; } @Override public SampleElements<Entry<K, V>> samples() { return mapGenerator.samples(); } @Override public Entry<K, V>[] createArray(int length) {
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/google/BiMapTestSuiteBuilder.java
import com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.InverseBiMapGenerator; import com.google.common.collect.testing.google.DerivedGoogleCollectionGenerators.MapGenerator; import com.google.common.collect.testing.testers.SetCreationTester; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Map.Entry; import java.util.Set;
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Wed Oct 30 16:15:19 GMT 2024 - 6.8K bytes - Click Count (0)