public static interface AhoCorasickDoubleArrayTrie.IHitFull<V>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
hit(int begin,
int end,
V value,
int index)
命中一个模式串
|
void hit(int begin,
int end,
V value,
int index)
begin - 模式串在母文本中的起始位置end - 模式串在母文本中的终止位置value - 模式串对应的值index - 模式串对应的值的下标Copyright © 2014–2018 码农场. All rights reserved.