public class TrieConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
remainLongest
只保留最长匹配
|
| Constructor and Description |
|---|
TrieConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAllowOverlaps()
是否允许重叠
|
void |
setAllowOverlaps(boolean allowOverlaps)
设置是否允许重叠
|
Copyright © 2014–2021 码农场. All rights reserved.