ExtendedComparatorpublic class DefaultComparator extends java.lang.Object implements ExtendedComparator
| Constructor | Description |
|---|---|
DefaultComparator() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
compare(Type type1,
java.lang.Object value1,
Type type2,
java.lang.Object value2) |
Returns null, if the types are not comparable and are not convertible at
all.
|
void |
inititalize(FormulaContext context) |
|
boolean |
isEqual(Type type1,
java.lang.Object value1,
Type type2,
java.lang.Object value2) |
public void inititalize(FormulaContext context)
public boolean isEqual(Type type1, java.lang.Object value1, Type type2, java.lang.Object value2)
isEqual in interface ExtendedComparatorpublic int compare(Type type1, java.lang.Object value1, Type type2, java.lang.Object value2)
compare in interface ExtendedComparatortype1 - value1 - type2 - value2 -