Realm Kotlin SDK
/
io.realm.kotlin.notifications
/
ListChangeSet
/
Range
Range
data class
Range
(startIndex:
Int
, length:
Int
)
Content copied to clipboard
Defines a range of elements in a list.
Constructors
Properties
Constructors
Range
Link copied to clipboard
fun
Range
(startIndex:
Int
, length:
Int
)
Content copied to clipboard
Properties
length
Link copied to clipboard
val
length
:
Int
Content copied to clipboard
How many elements are inside this range.
startIndex
Link copied to clipboard
val
startIndex
:
Int
Content copied to clipboard
The start index of this change range.