Package io.realm
Class OrderedCollectionChangeSet.Range
- java.lang.Object
-
- io.realm.OrderedCollectionChangeSet.Range
-
- Enclosing interface:
- OrderedCollectionChangeSet
public static class OrderedCollectionChangeSet.Range extends Object
-
-
Field Summary
Fields Modifier and Type Field Description int
length
How many elements are inside this range.int
startIndex
The start index of this change range.
-
Constructor Summary
Constructors Constructor Description Range(int startIndex, int length)
Creates aOrderedCollectionChangeSet.Range
with given start index and length.
-
-
-
Constructor Detail
-
Range
public Range(int startIndex, int length)
Creates aOrderedCollectionChangeSet.Range
with given start index and length.- Parameters:
startIndex
- the start index of this change range.length
- how many elements are inside this range.
-
-