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