com.kaka.util.text.Hit Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kaka-core Show documentation
Show all versions of kaka-core Show documentation
An event driven framework
The newest version!
package com.kaka.util.text;
/**
* 命中的关键词访问器
*/
public interface Hit {
void visit(int begin, int end, T value);
}