安装包 io.realm

OrderedCollectionChangeSet.Range 类

    • 字段详细信息

      • startIndex

        public final int startIndex
        此更改范围的起始索引。
      • 长度

        公共最终 int 长度
        有多少元素在此范围内。
    • 构造函数详细信息

      • 范围

        public Range​(int startIndex, int length)
        创建具有给定起始索引和长度的OrderedCollectionChangeSet.Range
        参数:
        startIndex - 此更改范围的起始索引。
        length - 有多少元素在此范围内。