| java.lang.Object org.apache.lucene.util.StringHelper
StringHelper | abstract public class StringHelper (Code) | | Methods for manipulating strings.
$Id: StringHelper.java 472959 2006-11-09 16:21:50Z yonik $
|
Method Summary | |
final public static int | stringDifference(String s1, String s2) Compares two strings, character by character, and returns the
first position where the two strings differ from one another. |
stringDifference | final public static int stringDifference(String s1, String s2)(Code) | | Compares two strings, character by character, and returns the
first position where the two strings differ from one another.
Parameters: s1 - The first string to compare Parameters: s2 - The second string to compare The first position where the two strings differ. |
|
|