final case class Move(origIx: Int, destIx: Int, count: Int) extends DelInsMov with Step[Nothing] with Product with Serializable
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.
- origIx
the index into the base sequence where the elements are moved from (i.e. deleted)
- destIx
the index into the base sequence where the elements are moved to (i.e. inserted)
- count
the number of elements in the moved chunk
- Alphabetic
- By Inheritance
- Move
- Serializable
- Product
- Equals
- Step
- DelInsMov
- Op
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Move(origIx: Int, destIx: Int, count: Int)
- origIx
the index into the base sequence where the elements are moved from (i.e. deleted)
- destIx
the index into the base sequence where the elements are moved to (i.e. inserted)
- count
the number of elements in the moved chunk
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def baseIx: Int
the index of the first element in the base sequence that is affected by this operation
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val count: Int
- val destIx: Int
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def isBackwardMove: Boolean
True if this operation moves elements from lower indices to higher indices
- def isForwardMove: Boolean
True if this operation moves elements from higher indices to lower indices
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val origIx: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated