mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
修改注释
This commit is contained in:
parent
ff707a602f
commit
86f6b24460
@ -118,8 +118,8 @@ public class MultiStrFinder {
|
||||
* @return
|
||||
*/
|
||||
public Map<String,List<Integer>> findMatch(String text){
|
||||
HashMap<String, List<Integer>> resultMap = new HashMap<>();
|
||||
/* 节点经过次数 放在方法内部声明变量 希望可以一个构建对象 进行多次匹配 */
|
||||
HashMap<String, List<Integer>> resultMap = new HashMap<>();
|
||||
|
||||
char[] chars = text.toCharArray();
|
||||
Node currentNode = root;
|
||||
|
Loading…
x
Reference in New Issue
Block a user