Classes in org.objectweb.medor.expression.lib that implement Comparator |
class |
BasicComparator
|
class |
Equal
|
class |
Greater
This class implements the QueryComparator interface; it represents ">"
mathematical comparator. |
class |
GreaterEqual
This class implements the QueryComparator interface; it represents ">="
mathematical comparator. |
class |
Lower
This class implements the QueryComparator interface; it represents "<"
mathematical comparator. |
class |
LowerEqual
This class implements the QueryComparator interface; it represents "<="
mathematical comparator. |
class |
NotEqual
|