| Constructor and Description |
|---|
WholeWordMatchSet(Iterable<String> keywords,
boolean caseSensitive) |
WholeWordMatchSet(Iterable<String> keywords,
boolean caseSensitive,
char[] wordCharacters) |
WholeWordMatchSet(Iterable<String> keywords,
boolean caseSensitive,
char[] wordCharacters,
boolean[] toggleFlags) |
WholeWordMatchSet(Iterable<String> keywords,
boolean caseSensitive,
char[] wordCharacters,
boolean[] toggleFlags,
Thresholder thresholdStrategy) |
WholeWordMatchSet(Iterable<String> keywords,
boolean caseSensitive,
char[] wordCharacters,
Thresholder thresholdStrategy) |
WholeWordMatchSet(Iterable<String> keywords,
boolean caseSensitive,
Thresholder thresholdStrategy) |
public WholeWordMatchSet(Iterable<String> keywords, boolean caseSensitive, char[] wordCharacters)
public WholeWordMatchSet(Iterable<String> keywords, boolean caseSensitive, char[] wordCharacters, boolean[] toggleFlags)
public WholeWordMatchSet(Iterable<String> keywords, boolean caseSensitive, char[] wordCharacters, boolean[] toggleFlags, Thresholder thresholdStrategy)
public WholeWordMatchSet(Iterable<String> keywords, boolean caseSensitive, char[] wordCharacters, Thresholder thresholdStrategy)
public WholeWordMatchSet(Iterable<String> keywords, boolean caseSensitive, Thresholder thresholdStrategy)
public void match(String haystack, SetMatchListener listener)
Copyright © 2015–2023. All rights reserved.