public class SortByNewAndNameComparator extends java.lang.Object implements java.util.Comparator<STestRun>
SortByNewAndNameComparator()
SortByNewAndNameComparator(Converter<java.lang.Boolean,STestRun> newFailureStatusProvider)
int
compare(STestRun o1, STestRun o2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public SortByNewAndNameComparator()
public SortByNewAndNameComparator(Converter<java.lang.Boolean,STestRun> newFailureStatusProvider)
public int compare(STestRun o1, STestRun o2)
compare
java.util.Comparator<STestRun>