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
Constructor and Description |
---|
SearchAlgorithm.SLOW_IC(Regex regex) |
public SearchAlgorithm.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 © 2013. All Rights Reserved.