X - A class implementing this interfaceV - VariableT - Valuepublic interface AssignmentComparable<X,V extends Variable<V,T>,T extends Value<V,T>> extends Comparable<X>
AssignmentComparator.| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Assignment<V,T> assignment,
X other)
Compare this object with a given one.
|
int |
compareTo(X other)
Deprecated.
|
int compareTo(Assignment<V,T> assignment, X other)
assignment - current assignmentother - other instance@Deprecated int compareTo(X other)
compareTo in interface Comparable<X>