public class AlgoCVDHeuristic.CVD.Result extends java.lang.Object implements java.lang.Comparable<AlgoCVDHeuristic.CVD.Result>
| Modifier and Type | Field and Description |
|---|---|
boolean |
ok |
java.util.ArrayList<java.lang.Integer> |
res |
| Constructor and Description |
|---|
Result(java.util.ArrayList<java.lang.Integer> res,
boolean ok) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AlgoCVDHeuristic.CVD.Result arg0) |
public int compareTo(AlgoCVDHeuristic.CVD.Result arg0)
compareTo in interface java.lang.Comparable<AlgoCVDHeuristic.CVD.Result>