- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for SortedMultisetBridge (0.19 seconds)
-
android/guava/src/com/google/common/collect/SortedMultiset.java
* * @author Louis Wasserman * @since 11.0 */ @GwtCompatible public interface SortedMultiset<E extends @Nullable Object> extends SortedMultisetBridge<E>, SortedIterable<E> { /** * Returns the comparator that orders this multiset, or {@link Ordering#natural()} if the natural * ordering of the elements is used. */ @Override
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 5.4K bytes - Click Count (0) -
guava/src/com/google/common/collect/SortedMultiset.java
* * @author Louis Wasserman * @since 11.0 */ @GwtCompatible public interface SortedMultiset<E extends @Nullable Object> extends SortedMultisetBridge<E>, SortedIterable<E> { /** * Returns the comparator that orders this multiset, or {@link Ordering#natural()} if the natural * ordering of the elements is used. */ @Override
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 5.4K bytes - Click Count (0)