org.pentaho.reporting.libraries.formula.typing
public class DefaultComparator extends Object implements ExtendedComparator
| Constructor Summary | |
|---|---|
| DefaultComparator() | |
| Method Summary | |
|---|---|
| int | compare(Type type1, Object value1, Type type2, Object value2)
Returns null, if the types are not comparable and are not convertible at
all.
|
| void | inititalize(FormulaContext context) |
| boolean | isEqual(Type type1, Object value1, Type type2, Object value2) |
Parameters: type1 value1 type2 value2
Returns: