![JAR search and dependency download from the Maven repository](/logo.png)
com.almondtools.rexlex.stringsearch.StringSearchAlgorithm Maven / Gradle / Ivy
package com.almondtools.rexlex.stringsearch;
import com.almondtools.rexlex.io.CharProvider;
public interface StringSearchAlgorithm {
StringFinder createFinder(CharProvider chars);
int getPatternLength();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy