Searched refs:thenComparingLong (Results 1 – 2 of 2) sorted by relevance
302 default Comparator<T> thenComparingLong(ToLongFunction<? super T> keyExtractor) { in thenComparingLong() method
133 .thenComparingLong(Item::getSecondaryOrderAsLong); in testThenComparingLong()