public interface ExtendedComparator
Modifier and Type | Method and 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.
|
boolean |
isEqual(Type type1,
java.lang.Object value1,
Type type2,
java.lang.Object value2) |
int compare(Type type1, java.lang.Object value1, Type type2, java.lang.Object value2) throws EvaluationException
type1
- value1
- type2
- value2
- EvaluationException