Searched refs:thenComparingDouble (Results 1 – 2 of 2) sorted by relevance
321 default Comparator<T> thenComparingDouble(ToDoubleFunction<? super T> keyExtractor) { in thenComparingDouble() method
128 .thenComparingDouble(Item::getSecondaryOrderAsDouble); in testThenComparingDouble()