All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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