- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for AbstractSortedSetMultimap (0.08 sec)
-
android/guava/src/com/google/common/collect/Multimaps.java
return new CustomSortedSetMultimap<>(map, factory); } private static final class CustomSortedSetMultimap< K extends @Nullable Object, V extends @Nullable Object> extends AbstractSortedSetMultimap<K, V> { transient Supplier<? extends SortedSet<V>> factory; transient @Nullable Comparator<? super V> valueComparator;
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 22 18:35:44 UTC 2025 - 86.5K bytes - Viewed (0)