public static final class SearchAlgorithm.SLOW_IC extends SearchAlgorithm
SearchAlgorithm.SLOW_IC
BM, 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 SearchAlgorithm
public final int search(Regex regex, byte[] text, int textP, int textEnd, int textRange)
search
in class SearchAlgorithm
public final int searchBackward(Regex regex, byte[] text, int textP, int adjustText, int textEnd, int textStart, int s_, int range_)
searchBackward
in class SearchAlgorithm
Copyright © 2017. All rights reserved.