Package io.keikai.range.impl
Class BaseMatch2
- java.lang.Object
-
- io.keikai.range.impl.BaseMatch2
-
- All Implemented Interfaces:
Matchable<SCell>
,Serializable
- Direct Known Subclasses:
BeginsWith
,ContainsText
,EndsWith
,Equals
,GreaterThan2
,LessThan2
public abstract class BaseMatch2 extends Object implements Matchable<SCell>, Serializable
- Since:
- 3.9.0
- Author:
- henri
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseMatch2(RuleInfo ruleInfo)
BaseMatch2(Object b)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
match(SCell cell)
protected abstract boolean
matchDouble(Double num, Double b)
protected abstract boolean
matchString(String text, String b)
-