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 intlengthHow many elements are inside this range.intstartIndexThe start index of this change range.
-
Constructor Summary
Constructors Constructor Description Range(int startIndex, int length)Creates aOrderedCollectionChangeSet.Rangewith given start index and length.
-
-
-
Constructor Detail
-
Range
public Range(int startIndex, int length)Creates aOrderedCollectionChangeSet.Rangewith given start index and length.- Parameters:
startIndex- the start index of this change range.length- how many elements are inside this range.
-
-