Move

final case class Move(baseIx: Int, targetIx: Int, count: Int) extends DelInsMov

Represents a number of contiguous elements that is present in both the base and target sequences but in a different position in the sequence relative to its surrounding elements.

Represents a number of contiguous elements that is present in both the base and target sequences but in a different position in the sequence relative to its surrounding elements.

Value Params
baseIx

the index of the first element in the base sequence

count

the number of elements in the moved chunk

targetIx

the index of the first element in the target sequence

trait Serializable
trait Product
trait Equals
trait DelInsMov
trait Op
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product