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