public static final class Tools.TextRange
extends java.lang.Object
implements java.lang.Cloneable
| Constructor and Description |
|---|
TextRange(int startIndex,
int endIndex) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object obj) |
int |
getEndIndex()
Gets the end index of the text.
|
int |
getStartIndex()
Gets the start index of the text.
|
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic int getStartIndex()
public int getEndIndex()