Class MartinShortestPath.LabelComparator

java.lang.Object
org.jgrapht.alg.shortestpath.MartinShortestPath.LabelComparator
All Implemented Interfaces:
Comparator<MartinShortestPath<V,E>.Label>
Enclosing class:
MartinShortestPath<V,E>

private class MartinShortestPath.LabelComparator extends Object implements Comparator<MartinShortestPath<V,E>.Label>
Lexicographic comparator of two node labels.