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

com.kaka.util.text.Hit Maven / Gradle / Ivy

The newest version!
package com.kaka.util.text;

/**
 * 命中的关键词访问器
 */
public interface Hit {

    void visit(int begin, int end, T value);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy