Searched refs:thenComparing (Results 1 – 8 of 8) sorted by relevance
217 default Comparator<T> thenComparing(Comparator<? super T> other) { in thenComparing() method242 default <U> Comparator<T> thenComparing( in thenComparing() method246 return thenComparing(comparing(keyExtractor, keyComparator)); in thenComparing()266 default <U extends Comparable<? super U>> Comparator<T> thenComparing( in thenComparing() method269 return thenComparing(comparing(keyExtractor)); in thenComparing()288 return thenComparing(comparingInt(keyExtractor)); in thenComparingInt()307 return thenComparing(comparingLong(keyExtractor)); in thenComparingLong()326 return thenComparing(comparingDouble(keyExtractor)); in thenComparingDouble()
90 public Comparator<T> thenComparing(Comparator<? super T> other) { in thenComparing() method in Comparators.NullComparator92 … return new NullComparator<>(nullFirst, real == null ? other : real.thenComparing(other)); in thenComparing()
69 Comparator<Map.Entry<K, V>> cmp = ck.thenComparing(cv); in assertPairComparison()78 cmp = cv.thenComparing(ck); in assertPairComparison()123 Comparator<People> cmp = cmp1.thenComparing(cmp2);
89 .thenComparing(Service::getAlgorithm)); in main()
146 .thenComparing(Item::getSecondaryOrderAsString); in testThenComparing()
483 .thenComparing(Map.Entry.comparingByValue()); in checkEntrySpliterator()
312 .thenComparing(Key::description);
13702 method public default java.util.Comparator<T> thenComparing(java.util.Comparator<? super T>);13703 …method public default <U> java.util.Comparator<T> thenComparing(java.util.function.Function<? supe…13704 …t <U extends java.lang.Comparable<? super U>> java.util.Comparator<T> thenComparing(java.util.func…