Package io.realm

Class OrderedCollectionChangeSet.Range

    • Field Detail

      • startIndex

        public final int startIndex
        The start index of this change range.
      • length

        public final int length
        How many elements are inside this range.
    • Constructor Detail

      • Range

        public Range​(int startIndex,
                     int length)
        Creates a OrderedCollectionChangeSet.Range with given start index and length.
        Parameters:
        startIndex - the start index of this change range.
        length - how many elements are inside this range.