public static final class SearchAlgorithm.SLOW_IC extends SearchAlgorithm
SearchAlgorithm.SLOW_ICBM, BM_NOT_REV, MAP, MAP_SB, NONE, SLOW, SLOW_IC_SB, SLOW_SB| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
search(Regex regex,
byte[] text,
int textP,
int textEnd,
int textRange) |
int |
searchBackward(Regex regex,
byte[] text,
int textP,
int adjustText,
int textEnd,
int textStart,
int s_,
int range_) |
public SLOW_IC(Regex regex)
public final String getName()
getName in class SearchAlgorithmpublic final int search(Regex regex, byte[] text, int textP, int textEnd, int textRange)
search in class SearchAlgorithmpublic final int searchBackward(Regex regex, byte[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int range_)
searchBackward in class SearchAlgorithmCopyright © 2014. All rights reserved.