The class implements the method resolution for overloaded comparison operators. The resolution logic is as follows: 1. The resolver first tries to find an exact parameter match. 2. If 1 fails and any of the parameters is a date, it converts the other to the date. 3. If 1 and 3 fail then it returns the evaluate(Double, Double) method.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.