|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.ss.formula.functions.Countif.StringMatcher
public static final class Countif.StringMatcher
Constructor Summary | |
---|---|
Countif.StringMatcher(java.lang.String value,
org.apache.poi.ss.formula.functions.Countif.CmpOp operator)
|
Method Summary | |
---|---|
protected java.lang.String |
getValueText()
|
static java.util.regex.Pattern |
getWildCardPattern(java.lang.String value)
Translates Excel countif wildcard strings into java regex strings |
boolean |
matches(ValueEval x)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Countif.StringMatcher(java.lang.String value, org.apache.poi.ss.formula.functions.Countif.CmpOp operator)
Method Detail |
---|
protected java.lang.String getValueText()
public boolean matches(ValueEval x)
public static java.util.regex.Pattern getWildCardPattern(java.lang.String value)
null
if the specified value contains no special wildcard characters.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |