Package io.keikai.range.impl
Class GreaterThan2
- java.lang.Object
-
- io.keikai.range.impl.BaseMatch2
-
- io.keikai.range.impl.GreaterThan2
-
- All Implemented Interfaces:
Matchable<SCell>
,Serializable
- Direct Known Subclasses:
LessThanOrEqual2
public class GreaterThan2 extends BaseMatch2
- Since:
- 3.9.0
- Author:
- henri
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GreaterThan2(RuleInfo ruleInfo)
GreaterThan2(Object b)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
matchDouble(Double num, Double b)
protected boolean
matchString(String text, String b)
-
Methods inherited from class io.keikai.range.impl.BaseMatch2
match
-
-
-
-
Method Detail
-
matchString
protected boolean matchString(String text, String b)
- Specified by:
matchString
in classBaseMatch2
-
matchDouble
protected boolean matchDouble(Double num, Double b)
- Specified by:
matchDouble
in classBaseMatch2
-
-