- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for DescendingImmutableSortedMultiset (0.17 sec)
-
guava/src/com/google/common/collect/ImmutableSortedMultiset.java
if (result == null) { return descendingMultiset = this.isEmpty() ? emptyMultiset(Ordering.from(comparator()).reverse()) : new DescendingImmutableSortedMultiset<E>(this); } return result; } /** * {@inheritDoc} * * <p>This implementation is guaranteed to throw an {@link UnsupportedOperationException}. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 29.5K bytes - Viewed (0)