public abstract class AbstractWordAllowDenyCombine extends Object implements IWordAllowDenyCombine
| 构造器和说明 |
|---|
AbstractWordAllowDenyCombine() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract Collection<String> |
doGetActualDenyList(List<String> allowList,
List<String> denyList,
IWordContext context) |
Collection<String> |
getActualDenyList(List<String> allowList,
List<String> denyList,
IWordContext context)
获取最终的拒绝单词列表
|
protected abstract Collection<String> doGetActualDenyList(List<String> allowList, List<String> denyList, IWordContext context)
public Collection<String> getActualDenyList(List<String> allowList, List<String> denyList, IWordContext context)
IWordAllowDenyCombinegetActualDenyList 在接口中 IWordAllowDenyCombineallowList - 允许denyList - 拒绝context - 上下文Copyright © 2025. All rights reserved.