Modifier and Type | Interface and Description |
---|---|
static class |
ITernaryComparator.COMPARE_RESULT |
Modifier and Type | Method and Description |
---|---|
ITernaryComparator.COMPARE_RESULT |
compare(T arg1,
T arg2)
Return TRUE if the comparison is
true
Return FALSE if the comparison is false
Return UNDEFINED if the comparison is undetermined (i.e. could not be evaluated)
|
ITernaryComparator.COMPARE_RESULT compare(T arg1, T arg2)
true
false
arg1
- arg2
-