Package io.keikai.range.impl
Class NotContainsText
- java.lang.Object
-
- io.keikai.range.impl.BaseMatch2
-
- io.keikai.range.impl.ContainsText
-
- io.keikai.range.impl.NotContainsText
-
- All Implemented Interfaces:
Matchable<SCell>
,Serializable
public class NotContainsText extends ContainsText
- Since:
- 3.9.2
- Author:
- rwenzel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotContainsText(RuleInfo ruleInfo)
NotContainsText(String base)
-
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)
- Overrides:
matchString
in classContainsText
-
matchDouble
protected boolean matchDouble(Double num, Double b)
- Overrides:
matchDouble
in classContainsText
-
-