public class PathComparator extends Object implements Comparator<GraphPath>
Constructor and Description |
---|
PathComparator(boolean compareStartTimes) |
Modifier and Type | Method and Description |
---|---|
int |
compare(GraphPath o1,
GraphPath o2)
For depart-after search results sort by arrival time ascending
For arrive-before search results sort by departure time descending
|
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 int compare(GraphPath o1, GraphPath o2)
compare
in interface Comparator<GraphPath>
Copyright © 2018. All rights reserved.