Uses of Class
org.crosswire.common.diff.CommonMiddle

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

Uses of CommonMiddle in org.crosswire.common.diff
 

Methods in org.crosswire.common.diff that return CommonMiddle
static CommonMiddle Commonality.halfMatch(String source, String target)
          Do the two texts share a substring which is at least half the length of the longer text?
private static CommonMiddle Commonality.halfMatch(String longText, String shortText, int startIndex)
          Does a substring of shortText exist within longText such that the substring is at least half the length of longText?
 


Copyright ? 2003-2011