| Modifier and Type | Method and Description |
|---|---|
AhoCorasickDoubleArrayTrie.Hit<V> |
AhoCorasickDoubleArrayTrie.findFirst(String text)
Search first match in string
|
| Modifier and Type | Method and Description |
|---|---|
List<AhoCorasickDoubleArrayTrie.Hit<V>> |
AhoCorasickDoubleArrayTrie.parseText(CharSequence text)
Parse text
|
Copyright © 2014–2021 码农场. All rights reserved.