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