- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for DescendingImmutableSortedMultiset (0.18 sec)
-
android/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 Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 16 21:21:17 UTC 2024 - 35.4K bytes - Viewed (0)