Uses of Class
com.jaxfront.core.util.stringSearch.ShiftOr

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

Uses of ShiftOr in com.jaxfront.core.util.stringSearch
 

Subclasses of ShiftOr in com.jaxfront.core.util.stringSearch
 class ShiftOrClasses
          An implementation of the Shift-Or algorithm that supports character classes.
 class ShiftOrWildcards
          An implementation of the Shift-Or algorithm with wildcards ("don't care" symbols).