Searched refs:thenComparingLong (Results 1 – 3 of 3) sorted by relevance
306 default Comparator<T> thenComparingLong(ToLongFunction<? super T> keyExtractor) { in thenComparingLong() method
140 .thenComparingLong(Item::getSecondaryOrderAsLong); in testThenComparingLong()
13707 …method public default java.util.Comparator<T> thenComparingLong(java.util.function.ToLongFunction<…