Class Countif.StringMatcher
- java.lang.Object
-
- org.apache.poi.ss.formula.functions.Countif.StringMatcher
-
- All Implemented Interfaces:
CountUtils.I_MatchPredicate
- Enclosing class:
- Countif
public static final class Countif.StringMatcher extends Object
-
-
Constructor Summary
Constructors Constructor Description StringMatcher(String value, org.apache.poi.ss.formula.functions.Countif.CmpOp operator)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetValueText()static PatterngetWildCardPattern(String value)Translates Excel countif wildcard strings into java regex stringsbooleanmatches(ValueEval x)
-
-
-
Constructor Detail
-
StringMatcher
public StringMatcher(String value, org.apache.poi.ss.formula.functions.Countif.CmpOp operator)
-
-