public interface PatternSearcher
| Modifier and Type | Interface and Description |
|---|---|
static class |
PatternSearcher.SubstringLocation |
| Modifier and Type | Method and Description |
|---|---|
PatternSearcher.SubstringLocation[] |
find(java.lang.CharSequence input) |
boolean |
matches(java.lang.CharSequence input) |
boolean matches(java.lang.CharSequence input)
PatternSearcher.SubstringLocation[] find(java.lang.CharSequence input)