Uses of Interface
org.crosswire.common.diff.Locator

Packages that use Locator
org.crosswire.common.diff An implementation of Diff that works within the line. 
 

Uses of Locator in org.crosswire.common.diff
 

Classes in org.crosswire.common.diff that implement Locator
 class Bitap
          An implementation of the Bitap algorithm for finding a "fuzzy" location of a match.
 class Match
          Computes the difference between two texts to create a patch.
 

Fields in org.crosswire.common.diff declared as Locator
private  Locator Match.locator
          The strategy for locating a best match.
 


Copyright ยจ 2003-2007