Class OrderedCollectionChangeSet.Range
On this page
Atlas Device SDKs are deprecated. Refer to the deprecation page for details.
io.realm
io.realm.OrderedCollectionChangeSet.Range
Enclosing class:
Constructors
Field Summary
Modifier and Type | Field and Description |
---|---|
public final int | How many elements are inside this range. |
public final int | The start index of this change range. |
Method Summary
Inherited Methods
Methods inherited from class java.lang.Object :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
Field Detail
length
How many elements are inside this range.
startIndex
The start index of this change range.