- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for CustomSetMultimap (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava/src/com/google/common/collect/Multimaps.java
Map<K, Collection<V>> map, Supplier<? extends Set<V>> factory) { return new CustomSetMultimap<>(map, factory); } private static final class CustomSetMultimap< K extends @Nullable Object, V extends @Nullable Object> extends AbstractSetMultimap<K, V> { transient Supplier<? extends Set<V>> factory; CustomSetMultimap(Map<K, Collection<V>> map, Supplier<? extends Set<V>> factory) { super(map);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 86K bytes - Click Count (0) -
guava/src/com/google/common/collect/Multimaps.java
Map<K, Collection<V>> map, Supplier<? extends Set<V>> factory) { return new CustomSetMultimap<>(map, factory); } private static final class CustomSetMultimap< K extends @Nullable Object, V extends @Nullable Object> extends AbstractSetMultimap<K, V> { transient Supplier<? extends Set<V>> factory; CustomSetMultimap(Map<K, Collection<V>> map, Supplier<? extends Set<V>> factory) { super(map);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 86.3K bytes - Click Count (0)