Class WordDiffer.WordPart
java.lang.Object
generic.algorithms.WordDiffer.WordPart
- Direct Known Subclasses:
WordDiffer.DifferentPart, WordDiffer.SamePart
- Enclosing class:
WordDiffer
A String that is part of a larger String. This class also has the offset into the original
String.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
text
-
index
protected int index
-
-
Method Details
-
getIndex
public int getIndex() -
length
public int length() -
getText
-
toString
-