Searched refs:thenComparingInt (Results 1 – 4 of 4) sorted by relevance
287 default Comparator<T> thenComparingInt(ToIntFunction<? super T> keyExtractor) { in thenComparingInt() method
226 assertComparison(cmp.thenComparingInt(People::getAge), people[0], people[1]);227 assertComparison(cmp.thenComparingInt(People::getAge), people[1], people[5]);
134 .thenComparingInt(Item::getSecondaryOrderAsInt); in testThenComparingInt()
13848 …method public default java.util.Comparator<T> thenComparingInt(java.util.function.ToIntFunction<? …