public interface StringSearchAlgorithm
| Modifier and Type | Method and Description |
|---|---|
StringFinder |
createFinder(CharProvider chars,
StringFinderOption... options)
creates a StringFinder instance from the pattern (given by the current instance) and the given document.
|
int |
getPatternLength() |
StringFinder createFinder(CharProvider chars, StringFinderOption... options)
chars - the given document wrapped into a CharProvideroptions - the configuration options for the string finderint getPatternLength()
Copyright © 2017. All rights reserved.