Move

data class Move(id: Long, fromIndex: Int, toIndex: Int, count: Int) : NodeDiff

Functions

component1
Link copied to clipboard
common
operator fun component1(): Long
component2
Link copied to clipboard
common
operator fun component2(): Int
component3
Link copied to clipboard
common
operator fun component3(): Int
component4
Link copied to clipboard
common
operator fun component4(): Int
copy
Link copied to clipboard
common
fun copy(id: Long, fromIndex: Int, toIndex: Int, count: Int): NodeDiff.Move
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

count
Link copied to clipboard
common
val count: Int
fromIndex
Link copied to clipboard
common
val fromIndex: Int
id
Link copied to clipboard
common
open override val id: Long
toIndex
Link copied to clipboard
common
val toIndex: Int