public interface StringFinder
| Modifier and Type | Method and Description |
|---|---|
List<StringMatch> |
findAll() |
StringMatch |
findNext() |
void |
skipTo(long pos)
skips the document to a specific position (ignoring any match before this position)
|
StringMatch findNext()
List<StringMatch> findAll()
void skipTo(long pos)
pos - the new position to start withCopyright © 2016. All rights reserved.