protected static class HighMultiReplacerV2.AhoCorasickAutomaton extends MultiStrFinder
MultiStrFinder.Node| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
replaceMap |
allCharSize, charIndexMap, root| Constructor and Description |
|---|
AhoCorasickAutomaton(Map<String,String> replaceMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
replace(CharSequence text,
StringBuilder stringBuilder) |
buildFail, buildPrefixTree, findMatch, getIndex, ofpublic void replace(CharSequence text, StringBuilder stringBuilder)
Copyright © 2025. All rights reserved.