Searched refs:thenComparingInt (Results 1 – 3 of 3) sorted by relevance
283 default Comparator<T> thenComparingInt(ToIntFunction<? super T> keyExtractor) { in thenComparingInt() method
134 .thenComparingInt(Item::getSecondaryOrderAsInt); in testThenComparingInt()
12701 …method public default java.util.Comparator<T> thenComparingInt(java.util.function.ToIntFunction<? …