Docs 菜单

Docs 主页开发应用程序Atlas Device SDKs

OrderedCollectionChangeSet.Range 类

在此页面上

  • io.realm
  • 构造函数
  • 字段摘要
  • 方法摘要
  • 继承方法
  • 字段详细信息
  • length
  • startIndex
  • 构造函数详细信息
  • 方法详细信息
  • toString
io.realm.OrderedCollectionChangeSet.Range

封装类:

OrderedCollectionChangeSet

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

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

修饰符和类型
字段和描述
public final int

长度

有多少元素在此范围内。

public final int

startIndex

此更改范围的起始索引。

修饰符和类型
方法和说明
  • 从类 java.lang.Object 继承的方法 :getClass ,hashCode ,equals ,clone ,toString ,notify ,notifyAll ,wait ,wait ,wait ,finalize

有多少元素在此范围内。

此更改范围的起始索引。

公共范围
int startIndex,
int length
)

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

参数

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

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

公共 字符串 toString ()

覆盖

toString Object 类中

← 接口 OrderedCollectionChangeSet