Docs 菜单
Docs 主页
/ /
Atlas Device SDKs
/ / /

OrderedCollectionChangeSet.Range 类

java.lang.Object
io.realm.OrderedCollectionChangeSet.Range

封装类:

OrderedCollectionChangeSet

构造函数和描述
int startIndex,
int length
)

创建具有给定起始索引和长度的范围

修饰符和类型
字段和描述

public final int

长度

有多少元素在此范围内。

public final int

startIndex

此更改范围的起始索引。

修饰符和类型
方法和说明

public String

  • 从类 java.lang.Object 继承的方法 :getClass ,hashCode ,equals ,clone ,toString ,notify ,notifyAll ,wait ,wait ,wait ,finalize

有多少元素在此范围内。

此更改范围的起始索引。

public Range (
int startIndex,
int length
)

创建具有给定起始索引和长度的范围

参数

  • startIndex - 此更改范围的起始索引。

  • length - 有多少元素在此范围内。

public String toString ()

覆盖

toString Object 类中

后退

OrderedCollectionChangeSet

在此页面上