Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for getAncestor (0.14 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. guava/src/com/google/common/collect/AbstractMapBasedMultimap.java

              (getAncestor() == null) ? this : getAncestor());
        }
    
        @Override
        public SortedSet<V> subSet(@ParametricNullness V fromElement, @ParametricNullness V toElement) {
          refreshIfEmpty();
          return new WrappedSortedSet(
              getKey(),
              getSortedSetDelegate().subSet(fromElement, toElement),
              (getAncestor() == null) ? this : getAncestor());
        }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Nov 17 22:50:48 GMT 2025
    - 48.4K bytes
    - Click Count (0)
  2. android/guava/src/com/google/common/collect/AbstractMapBasedMultimap.java

              (getAncestor() == null) ? this : getAncestor());
        }
    
        @Override
        public SortedSet<V> subSet(@ParametricNullness V fromElement, @ParametricNullness V toElement) {
          refreshIfEmpty();
          return new WrappedSortedSet(
              getKey(),
              getSortedSetDelegate().subSet(fromElement, toElement),
              (getAncestor() == null) ? this : getAncestor());
        }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Aug 12 15:51:57 GMT 2025
    - 46.9K bytes
    - Click Count (0)
Back to Top