Docs Menu

Docs HomeDevelop ApplicationsAtlas Device SDK

Class OrderedCollectionChangeSet.Range

On this page

  • io.realm
  • Constructors
  • Field Summary
  • Method Summary
  • Inherited Methods
  • Field Detail
  • length
  • startIndex
  • Constructor Detail
  • Method Detail
  • toString
io.realm.OrderedCollectionChangeSet.Range

Enclosing class:

OrderedCollectionChangeSet

Constructor and Description
int startIndex,
int length
)

Creates a Range with given start index and length.

Modifier and Type
Field and Description
public final int

length

How many elements are inside this range.

public final int

startIndex

The start index of this change range.

Modifier and Type
Method and Description
public String
  • Methods inherited from class java.lang.Object : getClass , hashCode , equals , clone , toString , notify , notifyAll , wait , wait , wait , finalize

How many elements are inside this range.

The start index of this change range.

public Range (
int startIndex,
int length
)

Creates a Range with given start index and length.

Parameters

  • startIndex - the start index of this change range.

  • length - how many elements are inside this range.

public String toString ()

Overrides

toString in class Object

←  Interface OrderedCollectionChangeSetEnum OrderedCollectionChangeSet.State →