public abstract class BaseFuzzyMatchFilter<K> extends java.lang.Object implements IFuzzyMatchFilter<K>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BaseFuzzyMatchFilter.BaseStringMatchFilter
线程安全(thread safe)的模糊查询匹配接口实现基类
|
static class |
BaseFuzzyMatchFilter.DefaultFuzzyFilter<K> |
static class |
BaseFuzzyMatchFilter.RegexFilter |
IFuzzyMatchFilter.MatchErrorHandler<K>| 限定符和类型 | 字段和说明 |
|---|---|
protected IFuzzyMatchFilter.MatchErrorHandler<K> |
errorHandler |
| 构造器和说明 |
|---|
BaseFuzzyMatchFilter() |
| 限定符和类型 | 方法和说明 |
|---|---|
IFuzzyMatchFilter<K> |
withErrorHandler(IFuzzyMatchFilter.MatchErrorHandler<K> errorHandler) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwithPatternprotected IFuzzyMatchFilter.MatchErrorHandler<K> errorHandler
public IFuzzyMatchFilter<K> withErrorHandler(IFuzzyMatchFilter.MatchErrorHandler<K> errorHandler)
withErrorHandler 在接口中 IFuzzyMatchFilter<K>Copyright © 2025. All Rights Reserved.