Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WrappedSortedSet (0.05 sec)

  1. android/guava/src/com/google/common/collect/AbstractSortedSetMultimap.java

        if (collection instanceof NavigableSet) {
          return new WrappedNavigableSet(key, (NavigableSet<V>) collection, null);
        } else {
          return new WrappedSortedSet(key, (SortedSet<V>) collection, null);
        }
      }
    
      // Following Javadoc copied from Multimap and SortedSetMultimap.
    
      /**
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Mar 20 13:05:10 UTC 2025
    - 5.5K bytes
    - Viewed (0)
Back to top