- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for generateImmutableSetMultimap (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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)