mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
Update hutool-core/src/main/java/org/dromara/hutool/core/text/finder/MultiStrFinder.java
This commit is contained in:
@@ -29,7 +29,7 @@ public class MultiStrFinder {
|
|||||||
*/
|
*/
|
||||||
public MultiStrFinder(Collection<String> source){
|
public MultiStrFinder(Collection<String> source){
|
||||||
/** 待匹配的字符串 **/
|
/** 待匹配的字符串 **/
|
||||||
final Set<String> stringSst = new HashSet<>();
|
final Set<String> stringSet = new HashSet<>();
|
||||||
|
|
||||||
/** 所有字符 **/
|
/** 所有字符 **/
|
||||||
final Set<Character> charSet = new HashSet<>();
|
final Set<Character> charSet = new HashSet<>();
|
||||||
|
Reference in New Issue
Block a user