程序包 gu.sql2java
接口 IFuzzyMatchFilter<K>
- 所有超级接口:
com.google.common.base.Predicate<K>
- 所有已知子接口:
IStringMatchFilter
- 所有已知实现类:
BaseFuzzyMatchFilter,BaseFuzzyMatchFilter.BaseStringMatchFilter,BaseFuzzyMatchFilter.RegexFilter
public interface IFuzzyMatchFilter<K>
extends com.google.common.base.Predicate<K>
模糊搜索匹配接口
- 作者:
- guyadong
-
嵌套类概要
嵌套类 -
方法概要
修饰符和类型方法说明withErrorHandler(IFuzzyMatchFilter.MatchErrorHandler<K> errorHandler) withPattern(K pattern, int matchFlags) 从接口继承的方法 com.google.common.base.Predicate
apply, equals
-
方法详细资料
-
withPattern
-
withErrorHandler
-