Interface PatternSearcher
- 
- All Known Implementing Classes:
- SimplePatternSearcher
 
 public interface PatternSearcher
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classPatternSearcher.SubstringLocation
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PatternSearcher.SubstringLocation[]find(java.lang.CharSequence input)booleanmatches(java.lang.CharSequence input)
 
- 
- 
- 
Method Detail- 
matchesboolean matches(java.lang.CharSequence input) 
 - 
findPatternSearcher.SubstringLocation[] find(java.lang.CharSequence input) 
 
- 
 
-