| Package | Description |
|---|---|
| net.amygdalum.stringsearchalgorithms.patternsearch.chars | |
| net.amygdalum.stringsearchalgorithms.search.chars |
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiFactorRE.Factory |
| Constructor and Description |
|---|
Factory(MultiStringSearchAlgorithmFactory factorSearcher,
FactorExtenderFactory factorExtender,
int maxLength) |
MultiFactorRE(MultiStringSearchAlgorithmFactory factorSearcher,
FactorExtenderFactory factorExtender,
Collection<String> patterns) |
MultiFactorRE(MultiStringSearchAlgorithmFactory factorSearcher,
FactorExtenderFactory factorExtender,
int maxLength,
Collection<String> patterns) |
MultiFactorRE(MultiStringSearchAlgorithmFactory factorSearcher,
FactorExtenderFactory factorExtender,
int maxLength,
String... patterns) |
MultiFactorRE(MultiStringSearchAlgorithmFactory factorSearcher,
FactorExtenderFactory factorExtender,
String... patterns) |
| Modifier and Type | Class and Description |
|---|---|
static class |
AhoCorasick.Factory |
static class |
CaseInsensitive.MultiFactory |
static class |
QGramShiftOr.Factory |
static class |
SetBackwardOracleMatching.Factory |
static class |
SetHorspool.Factory |
static class |
WuManber.Factory |
| Modifier and Type | Method and Description |
|---|---|
static MultiStringSearchAlgorithmFactory |
CaseInsensitive.caseInsensitive(MultiStringSearchAlgorithmFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
static MultiStringSearchAlgorithmFactory |
CaseInsensitive.caseInsensitive(MultiStringSearchAlgorithmFactory factory) |
Copyright © 2020. All rights reserved.