Searched defs:thenComparing (Results 1 – 2 of 2) sorted by relevance
213 default Comparator<T> thenComparing(Comparator<? super T> other) { in thenComparing() method238 default <U> Comparator<T> thenComparing( in thenComparing() method262 default <U extends Comparable<? super U>> Comparator<T> thenComparing( in thenComparing() method
88 public Comparator<T> thenComparing(Comparator<? super T> other) { in thenComparing() method in Comparators.NullComparator