- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ComparatorOrdering (0.08 seconds)
-
android/guava/src/com/google/common/collect/Ordering.java
*/ public static <T extends @Nullable Object> Ordering<T> from(Comparator<T> comparator) { return (comparator instanceof Ordering) ? (Ordering<T>) comparator : new ComparatorOrdering<T>(comparator); } /** * Simply returns its argument. * * @deprecated no need to use this */ @InlineMe( replacement = "checkNotNull(ordering)",
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)