- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for fromMapEntries (0.28 seconds)
-
guava/src/com/google/common/collect/ImmutableSetMultimap.java
* we always return a new instance with a null valueComparator, as we already do if the input is * empty or a partial view? * * Related: Should methods that do accept a comparator (like fromMapEntries, or like this one if * we were to choose to *preserve* an input comparator) return not the generic empty of() * instance but instead an empty ImmutableSetMultimap instance with the requestedCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Feb 19 22:57:35 GMT 2026 - 26.1K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/ImmutableSetMultimap.java
* we always return a new instance with a null valueComparator, as we already do if the input is * empty or a partial view? * * Related: Should methods that do accept a comparator (like fromMapEntries, or like this one if * we were to choose to *preserve* an input comparator) return not the generic empty of() * instance but instead an empty ImmutableSetMultimap instance with the requestedCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Feb 19 22:57:35 GMT 2026 - 26.3K bytes - Click Count (0) -
guava/src/com/google/common/collect/ImmutableListMultimap.java
ImmutableListMultimap<K, V> kvMultimap = (ImmutableListMultimap<K, V>) multimap; if (!kvMultimap.isPartialView()) { return kvMultimap; } } return fromMapEntries(multimap.asMap().entrySet(), null); } /** * Returns an immutable multimap containing the specified entries. The returned multimap iterates
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Dec 09 15:58:48 GMT 2025 - 19.3K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/ImmutableListMultimap.java
ImmutableListMultimap<K, V> kvMultimap = (ImmutableListMultimap<K, V>) multimap; if (!kvMultimap.isPartialView()) { return kvMultimap; } } return fromMapEntries(multimap.asMap().entrySet(), null); } /** * Returns an immutable multimap containing the specified entries. The returned multimap iterates
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Dec 09 15:58:48 GMT 2025 - 19.5K bytes - Click Count (0)