- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for generateImmutableSetMultimap (0.09 seconds)
-
guava-testlib/src/com/google/common/testing/FreshValueGenerator.java
LinkedHashMultimap<K, V> multimap = LinkedHashMultimap.create(); multimap.put(key, value); return multimap; } @Generates static <K, V> ImmutableSetMultimap<K, V> generateImmutableSetMultimap(K key, V value) { return ImmutableSetMultimap.of(key, value); } @Generates static <K, V> BiMap<K, V> generateBimap(@Nullable K key, @Nullable V value) {
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue May 13 17:27:14 GMT 2025 - 28.7K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/testing/FreshValueGenerator.java
LinkedHashMultimap<K, V> multimap = LinkedHashMultimap.create(); multimap.put(key, value); return multimap; } @Generates static <K, V> ImmutableSetMultimap<K, V> generateImmutableSetMultimap(K key, V value) { return ImmutableSetMultimap.of(key, value); } @Generates static <K, V> BiMap<K, V> generateBimap(@Nullable K key, @Nullable V value) {
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue May 13 17:27:14 GMT 2025 - 28.1K bytes - Click Count (0)