Interface Segment
-
- All Known Implementing Classes:
TextRange,UnfairTextRange
public interface Segment
-
-
Field Summary
Fields Modifier and Type Field Description static Comparator<Segment>BY_START_OFFSET_THEN_END_OFFSETstatic Segment[]EMPTY_ARRAY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetEndOffset()intgetStartOffset()
-
-
-
Field Detail
-
EMPTY_ARRAY
static final Segment[] EMPTY_ARRAY
-
BY_START_OFFSET_THEN_END_OFFSET
static final Comparator<Segment> BY_START_OFFSET_THEN_END_OFFSET
-
-