edu.umd.cs.findbugs.graph
public class VisitationTimeComparator<VertexType extends GraphVertex<VertexType>> extends Object implements Comparator<VertexType>, Serializable
| Field Summary | |
|---|---|
| static int | ASCENDING
Compare in ascending order. |
| static int | DESCENDING
Compare in descending order. |
| Method Summary | |
|---|---|
| int | compare(VertexType v1, VertexType v2) |