程序包 gu.sql2java
类 BaseFuzzyMatchFilter<K>
java.lang.Object
gu.sql2java.BaseFuzzyMatchFilter<K>
- 所有已实现的接口:
com.google.common.base.Predicate<K>,IFuzzyMatchFilter<K>
-
嵌套类概要
嵌套类修饰符和类型类说明static class线程安全(thread safe)的模糊查询匹配接口实现基类static class从接口继承的嵌套类/接口 gu.sql2java.IFuzzyMatchFilter
IFuzzyMatchFilter.MatchErrorHandler<K> -
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 gu.sql2java.IFuzzyMatchFilter
withPattern从接口继承的方法 com.google.common.base.Predicate
apply, equals
-
字段详细资料
-
errorHandler
-
-
构造器详细资料
-
BaseFuzzyMatchFilter
public BaseFuzzyMatchFilter()
-
-
方法详细资料
-
withErrorHandler
- 指定者:
withErrorHandler在接口中IFuzzyMatchFilter<K>
-