- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ComparisonChain (0.05 seconds)
-
android/guava/src/com/google/common/collect/Range.java
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 22 18:35:44 GMT 2025 - 28K bytes - Click Count (0) -
guava/src/com/google/common/collect/Iterators.java
// to be sorted based on the top of each iterator, with insertion order as tiebreaker Comparator<IndexedIterator<T>> heapComparator = (o1, o2) -> ComparisonChain.start() .compare(o1.iterator.peek(), o2.iterator.peek(), itemComparator) // When elements are equal, use insertion order to maintain stabilityCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Sep 16 12:42:11 GMT 2025 - 51.4K bytes - Click Count (0)