public class SortTrain extends java.lang.Object implements java.util.Comparator<Train>
SortTrain()
int
compare(Train train1, Train train2)
equals, 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 SortTrain()
public int compare(Train train1, Train train2)
compare
java.util.Comparator<Train>
Comparator.compare(java.lang.Object, java.lang.Object)