Uses of Package
com.jaxfront.core.util.stringSearch

Packages that use com.jaxfront.core.util.stringSearch
com.jaxfront.core.util.stringSearch Implementations of high-performance String searching algorithms. 
 

Classes in com.jaxfront.core.util.stringSearch used by com.jaxfront.core.util.stringSearch
BNDM
          An implementation of the Backwards Non-deterministic Dawg (Directed acyclic word graph) Matching algorithm by Gonzalo Navarro and Mathieu Raffinot.
BoyerMooreHorspool
          An implementation of Horspool's improved version of the Boyer-Moore String searching algorithm.
MismatchSearch
          Subclasses of MismatchSearch allow for searching with a fixed number of possible errors.
ShiftOr
          An implementation of the Shift-Or algorithm by Ricardo Baeza-Yates and Gaston Gonnet as outlined in "A New Approach to Text Searching" (appeared in Proceedings of the 12th International Conference on Research and Development in Datum Retrieval).
StringSearch
          The base class for String searching implementations.