public class StringPatternSetLike extends Object implements StringPatternSet
Constructor and Description |
---|
StringPatternSetLike(String likeString)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
match(String stringToMatch)
Match the string returning true for a match, using SQL-like semantics.
|
public StringPatternSetLike(String likeString)
likeString
- pattern to matchpublic boolean match(String stringToMatch)
match
in interface StringPatternSet
stringToMatch
- string to match