public static class OrderedCollectionChangeSet.Range extends Object
Modifier and Type | Field and Description |
---|---|
int |
length
How many elements are inside this range.
|
int |
startIndex
The start index of this change range.
|
Constructor and Description |
---|
Range(int startIndex,
int length)
Creates a
OrderedCollectionChangeSet.Range with given start index and length. |
public final int startIndex
public final int length
public Range(int startIndex, int length)
OrderedCollectionChangeSet.Range
with given start index and length.startIndex
- the start index of this change range.length
- how many elements are inside this range.