net.innig.util
Class TextualDiff.Excerpt
java.lang.Object
net.innig.util.TextualDiff.Excerpt
- Enclosing class:
- TextualDiff
public static final class TextualDiff.Excerpt
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
TextualDiff.Excerpt
public TextualDiff.Excerpt(java.lang.CharSequence fullText,
int start,
int end)
getStart
public int getStart()
getEnd
public int getEnd()
getFullText
public java.lang.CharSequence getFullText()
getText
public java.lang.CharSequence getText()
getContextBefore
public java.lang.CharSequence getContextBefore(int length)
getContextAfter
public java.lang.CharSequence getContextAfter(int length)
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object