Class Countif.ErrorMatcher
- java.lang.Object
-
- org.apache.poi.ss.formula.functions.Countif.ErrorMatcher
-
- All Implemented Interfaces:
org.apache.poi.ss.formula.functions.CountUtils.I_MatchPredicate
- Enclosing class:
- Countif
public static final class Countif.ErrorMatcher extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ErrorMatcher(int errorCode, org.apache.poi.ss.formula.functions.Countif.CmpOp operator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getValue()
boolean
matches(ValueEval x)
-
-
-
Method Detail
-
matches
public boolean matches(ValueEval x)
-
getValue
public int getValue()
-
-