Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AbstractSortedSetMultimap (0.08 sec)

  1. 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)
Back to top