|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.type.StringPatternSetRegex
public class StringPatternSetRegex
Regular expression matcher.
Constructor Summary | |
---|---|
StringPatternSetRegex(java.lang.String patternText)
Ctor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
boolean |
match(java.lang.String stringToMatch)
Match the string returning true for a match, using regular expression semantics. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringPatternSetRegex(java.lang.String patternText)
patternText
- regex to matchMethod Detail |
---|
public boolean match(java.lang.String stringToMatch)
match
in interface StringPatternSet
stringToMatch
- string to match
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |