Constructor | Description |
---|---|
CmpFSVarDomByLub() |
Modifier and Type | Method | Description |
---|---|---|
int |
compare(SetLVar arg0,
SetLVar arg1) |
Compares two
SetLVar using the comparison between the lubs of their domains |
public int compare(SetLVar arg0, SetLVar arg1)
SetLVar
using the comparison between the lubs of their domainscompare
in interface java.util.Comparator<SetLVar>
arg0
- first argument of comparisonarg1
- second argument of comparisonarg0
is less than argument1
,
0 if they are equal, 1 if arg0
is greater than argument1