- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for generateBimap (0.17 sec)
-
guava-testlib/src/com/google/common/testing/FreshValueGenerator.java
} @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) { return generateHashBiMap(key, value); } @Generates static <K, V> HashBiMap<K, V> generateHashBiMap(@Nullable K key, @Nullable V value) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jul 23 14:22:54 UTC 2024 - 28.7K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/testing/FreshValueGenerator.java
} @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) { return generateHashBiMap(key, value); } @Generates static <K, V> HashBiMap<K, V> generateHashBiMap(@Nullable K key, @Nullable V value) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jul 23 14:22:54 UTC 2024 - 28.1K bytes - Viewed (0)