compareTo method
override
Compares two spans.
other
must have the same source URL as this. This orders spans by
start then length.
Implementation
int compareTo(SourceSpan other);
Compares two spans.
other
must have the same source URL as this. This orders spans by
start then length.
int compareTo(SourceSpan other);