Uses of Class
org.hcjf.layers.query.evaluators.FieldEvaluator
-
Packages that use FieldEvaluator Package Description org.hcjf.layers.query.evaluators -
-
Uses of FieldEvaluator in org.hcjf.layers.query.evaluators
Subclasses of FieldEvaluator in org.hcjf.layers.query.evaluators Modifier and Type Class Description classDistinctCompare two object and return true if the objects are distinct and false in other ways.classEqualsCompare two object and return true if the objects are equals and false in other ways.classGreaterThanEvaluate if the field's value of the instance is greater than the parameter value.classGreaterThanOrEqualclassInclassLikeclassNotInclassSmallerThanclassSmallerThanOrEqualMethods in org.hcjf.layers.query.evaluators that return FieldEvaluator Modifier and Type Method Description FieldEvaluatorFieldEvaluator. copy()Copy this field evaluator with other value.
-