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

eu.interedition.collatex.suffixarray.ISymbolMapper Maven / Gradle / Ivy

package eu.interedition.collatex.suffixarray;

/**
 * Symbol mappers (reversible int-coding).
 *
 * @author Michał Nowak (Carrot Search)
 * @author Dawid Weiss (Carrot Search)
 */
interface ISymbolMapper {
    void map(int[] input, int start, int length);

    void undo(int[] input, int start, int length);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy