- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getAncestor (0.05 sec)
-
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()); }Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Nov 17 22:50:48 UTC 2025 - 48.4K bytes - Viewed (0)