public class PositionSpan
extends java.lang.Object
getStart()
to the point at the index returned by getEnd()
.Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<? super PositionSpan> |
START_POSITION_COMPARATOR |
Constructor and Description |
---|
PositionSpan(double start,
double end) |
Modifier and Type | Method and Description |
---|---|
double |
getEnd() |
double |
getStart() |
protected void |
writeToParcel(android.os.Parcel parcel,
int flags)
From the Parcelable, even through PositionSpan itself isn't Parcelable, for subclasses to use at
their discretion.
|
public static final java.util.Comparator<? super PositionSpan> START_POSITION_COMPARATOR