AhoCorasickMap(Iterable<String> keywords,
Iterable<? extends T> values,
boolean caseSensitive,
Thresholder thresholdStrategy) |
AhoCorasickSet(Iterable<String> keywords,
boolean caseSensitive,
Thresholder thresholdStrategy) |
LongestMatchMap(Iterable<String> keywords,
Iterable<? extends T> values,
boolean caseSensitive,
Thresholder thresholdStrategy) |
LongestMatchSet(Iterable<String> keywords,
boolean caseSensitive,
Thresholder thresholdStrategy) |
ShortestMatchMap(Iterable<String> keywords,
Iterable<? extends T> values,
boolean caseSensitive,
Thresholder thresholdStrategy) |
ShortestMatchSet(Iterable<String> keywords,
boolean caseSensitive,
Thresholder thresholdStrategy) |
WholeWordLongestMatchMap(Iterable<String> keywords,
Iterable<? extends T> values,
boolean caseSensitive,
char[] wordCharacters,
boolean[] toggleFlags,
Thresholder thresholdStrategy) |
WholeWordLongestMatchMap(Iterable<String> keywords,
Iterable<? extends T> values,
boolean caseSensitive,
char[] wordCharacters,
Thresholder thresholdStrategy) |
WholeWordLongestMatchMap(Iterable<String> keywords,
Iterable<? extends T> values,
boolean caseSensitive,
Thresholder thresholdStrategy) |
WholeWordLongestMatchSet(Iterable<String> keywords,
boolean caseSensitive,
char[] wordCharacters,
boolean[] toggleFlags,
Thresholder thresholdStrategy) |
WholeWordLongestMatchSet(Iterable<String> keywords,
boolean caseSensitive,
char[] wordCharacters,
Thresholder thresholdStrategy) |
WholeWordLongestMatchSet(Iterable<String> keywords,
boolean caseSensitive,
Thresholder thresholdStrategy) |
WholeWordMatchMap(Iterable<String> keywords,
Iterable<? extends T> values,
boolean caseSensitive,
char[] wordCharacters,
boolean[] toggleFlags,
Thresholder thresholdStrategy) |
WholeWordMatchMap(Iterable<String> keywords,
Iterable<? extends T> values,
boolean caseSensitive,
char[] wordCharacters,
Thresholder thresholdStrategy) |
WholeWordMatchMap(Iterable<String> keywords,
Iterable<? extends T> values,
boolean caseSensitive,
Thresholder thresholdStrategy) |
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) |