| Modifier and Type | Field and Description |
|---|---|
private char[] |
m_pattern |
private int |
m_patternLength |
| Constructor and Description |
|---|
PatternMatcher(char[] pattern,
int patternLength) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(char[] string) |
boolean |
matches(java.lang.String s) |