- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for CompoundOrdering (0.05 seconds)
-
android/guava/src/com/google/common/collect/Ordering.java
* thenComparing} may be even more useful. */ public <U extends T> Ordering<U> compound(Comparator<? super U> secondaryComparator) { return new CompoundOrdering<>(this, checkNotNull(secondaryComparator)); } /** * Returns an ordering which tries each given comparator in order until a non-zero result is
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Sep 23 17:50:58 GMT 2025 - 39.5K bytes - Click Count (0)